Conda package based CI
Fixes #35 (closed) and #48 (closed)
Edited by André Anjos
Merge request reports
Activity
10 if [ -z "${CI_COMMIT_TAG}" ]; then #beta 11 url="private" 12 else 13 url="public" 14 fi 15 dav_upload "${f}" "${url}-upload/conda/${os}/" 16 fi 17 done 18 done 19 20 # Uploads docs for the last treated package 21 run_cmd tar xfj "${f}" docs/${CI_PROJECT_NAME} 22 log_info ${DOC_UPLOADS} 23 for folder in "${DOC_UPLOADS[@]}"; do 24 dav_upload_folder ${VISIBILITY}/docs/${CI_PROJECT_NAME} "${folder}" 25 done For some reason when I am here, the
DOC_UPLOADS
variable is empty. See: https://gitlab.idiap.ch/bob/bob.buildout/-/jobs/90000@andre.anjos or @jdiefenbaugh do you know why?
changed this line in version 31 of the diff
added 1 commit
- 5065de85 - always upload documentation for all branches
added 6 commits
Toggle commit listadded 2 commits
added 1 commit
- 6a254bc3 - Add comment to remember why upload docs to 'stable' url
added 2 commits
added 1 commit
- 26e50d95 - change conda-bld path to account for mac installation
added 2 commits
Please register or sign in to reply