From ad4ecd542558fe161aa3a1590323c475db516f97 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 21 Sep 2017 19:38:28 +0200 Subject: [PATCH] the packages are in the conda folder --- gitlab/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/deploy.sh b/gitlab/deploy.sh index 5d8fb44..414d591 100755 --- a/gitlab/deploy.sh +++ b/gitlab/deploy.sh @@ -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 conda/${url} + dav_delete "conda${url}" done done fi -- GitLab