Commit c3ab5f0f authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Adding a new stage

parent 025f09a5
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -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:
      - "${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