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

No need to check if sphinx folder exists

parent 0f46db1d
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -17,12 +17,11 @@ for os in "osx-64" "noarch" "linux-64"; do ...@@ -17,12 +17,11 @@ for os in "osx-64" "noarch" "linux-64"; do
done done
done done
# if the sphinx folder exists (usually for Linux Python 3.6), upload the docs. # upload the docs from the sphinx folder (usually an artifact of Linux Python
if [[ -e sphinx ]]; then # 3.6 builds)
for folder in "${DOC_UPLOADS[@]}"; do for folder in "${DOC_UPLOADS[@]}"; do
dav_upload_folder sphinx "${folder}" dav_upload_folder sphinx "${folder}"
done done
fi
# Deletes all the old packages if in beta # Deletes all the old packages if in beta
if [ -z "${CI_COMMIT_TAG}" ]; then #beta if [ -z "${CI_COMMIT_TAG}" ]; then #beta
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment