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

the packages are in the conda folder

parent 0a44aad4
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -27,7 +27,7 @@ done ...@@ -27,7 +27,7 @@ done
if [ -z "${CI_COMMIT_TAG}" ]; then #beta if [ -z "${CI_COMMIT_TAG}" ]; then #beta
for urls in _ci/*/*/build_number.txt; do for urls in _ci/*/*/build_number.txt; do
for url in `tail -n +2 $urls`; do for url in `tail -n +2 $urls`; do
dav_delete conda/${url} dav_delete "conda${url}"
done done
done done
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment