Skip to content
Snippets Groups Projects
Commit c3ab5f0f authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Adding a new stage

parent 025f09a5
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,10 @@ workflow:
variables:
stages:
- build
- generation
- publication
- build
- web
Build pythonForPandocFilter docker image:
stage: build
......@@ -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
......
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