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

Add slash to DAV upload

parent d0531028
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ file=${CI_PROJECT_NAME}-${CI_BUILD_REF}.tar.bz2 ...@@ -16,7 +16,7 @@ file=${CI_PROJECT_NAME}-${CI_BUILD_REF}.tar.bz2
run_cmd tar cfj ${file} sphinx run_cmd tar cfj ${file} sphinx
if [ "${VISIBILITY}" == "public" ]; then if [ "${VISIBILITY}" == "public" ]; then
dav_upload ${file} public-upload/docs/incoming dav_upload ${file} public-upload/docs/incoming/
else else
dav_upload ${file} private-upload/docs/incoming dav_upload ${file} private-upload/docs/incoming/
fi 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