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 @@
build:
extends: .the-job
rules:
- if: $CI_COMMIT_TAG == ''
except:
- tags
pages:
extends: .the-job
rules:
- if: $CI_COMMIT_TAG != ''
only:
- 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