Skip to content
Snippets Groups Projects
Commit aa23138d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add missing defaults channel by last (see #69)

parent 64696851
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ set_conda_channels ${VISIBILITY} ${CI_COMMIT_TAG} ...@@ -32,6 +32,7 @@ set_conda_channels ${VISIBILITY} ${CI_COMMIT_TAG}
for k in "${CONDA_CHANNELS[@]}"; do for k in "${CONDA_CHANNELS[@]}"; do
echo " - ${DOCSERVER}/${k}" >> ${CONDARC} echo " - ${DOCSERVER}/${k}" >> ${CONDARC}
done done
echo " - defaults" >> ${CONDARC}
# displays contents of our configuration # displays contents of our configuration
echo "Contents of \`${CONDARC}':" echo "Contents of \`${CONDARC}':"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment