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

account for -upload

parent 9738db2a
No related branches found
No related tags found
1 merge request!63Conda package based CI
......@@ -27,7 +27,7 @@ done
if [ -z "${CI_COMMIT_TAG}" ]; then #beta
for urls in _ci/*/*/build_number.txt; do
for url in `tail -n +2 $urls`; do
dav_delete "private/conda${url}"
dav_delete "private-upload/conda${url}"
done
done
fi
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