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

Corrige le script du job "pages".

No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
......@@ -38,11 +38,13 @@ docker:
pages:
stage: deploy
image: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
image:
name: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
entrypoint: ""
rules:
- if: $CI_COMMIT_BRANCH == "master"
script:
- build
- prezbuilder build
artifacts:
name: pages
paths:
......
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