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

Add comment to remember why upload docs to 'stable' url

parent bdbad623
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -359,6 +359,8 @@ if [[ -n "${CI_COMMIT_TAG}" ]]; then ...@@ -359,6 +359,8 @@ if [[ -n "${CI_COMMIT_TAG}" ]]; then
DOC_UPLOADS+=("${DOC_SERVER_PREFIX}/${CI_COMMIT_TAG}/") DOC_UPLOADS+=("${DOC_SERVER_PREFIX}/${CI_COMMIT_TAG}/")
fi fi
# upload documentation to a "stable" url if that is the latest tagged on the
# master branch
if [[ -n "${CI_COMMIT_TAG}" && "${IS_MASTER}" == "true" ]]; then if [[ -n "${CI_COMMIT_TAG}" && "${IS_MASTER}" == "true" ]]; then
DOC_UPLOADS+=("${DOC_SERVER_PREFIX}/stable/") DOC_UPLOADS+=("${DOC_SERVER_PREFIX}/stable/")
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment