Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -13,9 +13,10 @@ workflow: variables: stages: - build - generation - publication - build - web Build pythonForPandocFilter docker image: stage: build Loading Loading @@ -75,11 +76,10 @@ Publish spec: - "${CI_PROJECT_NAME}_${CI_COMMIT_TAG}.docx" pages: stage: publication stage: web when: on_success only: - tags dependencies: - Publish spec script: # Get the previous GitLab Pages content - set +e Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -13,9 +13,10 @@ workflow: variables: stages: - build - generation - publication - build - web Build pythonForPandocFilter docker image: stage: build Loading Loading @@ -75,11 +76,10 @@ Publish spec: - "${CI_PROJECT_NAME}_${CI_COMMIT_TAG}.docx" pages: stage: publication stage: web when: on_success only: - tags dependencies: - Publish spec script: # Get the previous GitLab Pages content - set +e Loading