From aa23138d56c6a7325763fa4311d4e62cbc0e5ab3 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sun, 25 Feb 2018 12:38:50 +0100 Subject: [PATCH] Add missing defaults channel by last (see #69) --- gitlab/before_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh index 3adced1..4dcc7dd 100755 --- a/gitlab/before_build.sh +++ b/gitlab/before_build.sh @@ -32,6 +32,7 @@ set_conda_channels ${VISIBILITY} ${CI_COMMIT_TAG} for k in "${CONDA_CHANNELS[@]}"; do echo " - ${DOCSERVER}/${k}" >> ${CONDARC} done +echo " - defaults" >> ${CONDARC} # displays contents of our configuration echo "Contents of \`${CONDARC}':" -- GitLab