From cc8bdc468a9ee8ff958c013f7f16090752257b86 Mon Sep 17 00:00:00 2001
From: Benjamin Bertrand <benjamin.bertrand@esss.se>
Date: Thu, 4 Oct 2018 13:59:50 +0200
Subject: [PATCH] Update conda channel alias

Artifactory added native support for conda repository.
The URL should include /api/conda.

JIRA INFRA-604
---
 files/system_condarc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/system_condarc b/files/system_condarc
index d89af5a..6669636 100644
--- a/files/system_condarc
+++ b/files/system_condarc
@@ -1,7 +1,7 @@
 pinned_packages:
   - anaconda-main::conda
   - anaconda-main::conda-build
-channel_alias: https://artifactory.esss.lu.se/artifactory
+channel_alias: https://artifactory.esss.lu.se/artifactory/api/conda
 channels:
   - ics-conda
   - conda-forge
-- 
GitLab