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: ...@@ -13,9 +13,10 @@ workflow:
variables: variables:
stages: stages:
- build
- generation - generation
- publication - publication
- build - web
Build pythonForPandocFilter docker image: Build pythonForPandocFilter docker image:
stage: build stage: build
...@@ -75,11 +76,10 @@ Publish spec: ...@@ -75,11 +76,10 @@ Publish spec:
- "${CI_PROJECT_NAME}_${CI_COMMIT_TAG}.docx" - "${CI_PROJECT_NAME}_${CI_COMMIT_TAG}.docx"
pages: pages:
stage: publication stage: web
when: on_success
only: only:
- tags - tags
dependencies:
- Publish spec
script: script:
# Get the previous GitLab Pages content # Get the previous GitLab Pages content
- set +e - set +e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment