Skip to content
Snippets Groups Projects
Commit 0bda0ea7 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

why bash never work

parent afcf8190
Branches
Tags
1 merge request!63Conda package based CI
...@@ -27,11 +27,12 @@ anaconda_upload: false #!final ...@@ -27,11 +27,12 @@ anaconda_upload: false #!final
ssl_verify: false #!final ssl_verify: false #!final
channels: #!final channels: #!final
EOF EOF
if [ -z "${CI_COMMIT_TAG}" ]; then if [ -z "${CI_COMMIT_TAG}" ]; then
run_cmd echo " - ${CONDA_BETA_CHANNEL}" >> ${CONDARC} echo " - ${CONDA_BETA_CHANNEL}" >> ${CONDARC}
fi fi
run_cmd echo " - ${CONDA_CHANNEL}" >> ${CONDARC} echo " - ${CONDA_CHANNEL}" >> ${CONDARC}
run_cmd echo " - defaults" >> ${CONDARC} 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.
Please register or to comment