Commit fb001870 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Précise quand publier les pages.

Et conserve les tags 5 ans.
No related merge requests found
Pipeline #12753 passed with stage
in 50 seconds
Showing with 6 additions and 4 deletions
+6 -4
...@@ -21,10 +21,12 @@ ...@@ -21,10 +21,12 @@
build: build:
extends: .the-job extends: .the-job
rules: except:
- if: $CI_COMMIT_TAG == '' - tags
pages: pages:
extends: .the-job extends: .the-job
rules: only:
- if: $CI_COMMIT_TAG != '' - tags
artifacts:
expire_in: 5 years
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment