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

Deploy using check_upload

parent e7fb0619
No related branches found
No related tags found
No related merge requests found
...@@ -340,9 +340,9 @@ deploy_conda_packages() { ...@@ -340,9 +340,9 @@ deploy_conda_packages() {
for f in ${CONDA_ROOT}/conda-bld/${os}/*.tar.bz2; do for f in ${CONDA_ROOT}/conda-bld/${os}/*.tar.bz2; do
if [[ -f $f ]]; then if [[ -f $f ]]; then
if [ -z "${CI_COMMIT_TAG}" ]; then #beta if [ -z "${CI_COMMIT_TAG}" ]; then #beta
dav_upload "${f}" "private-upload/conda/${os}/" dav_check_upload "${f}" "private-upload/conda/${os}/"
else else
dav_upload "${f}" "public-upload/conda/label/main/${os}/" dav_check_upload "${f}" "public-upload/conda/label/main/${os}/"
fi fi
fi fi
done done
......
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