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

Corrige le .gitlab-ci.yml.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -40,7 +40,7 @@ pages: ...@@ -40,7 +40,7 @@ pages:
stage: deploy stage: deploy
image: image:
name: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" name: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
entrypoint: "" entrypoint: []
rules: rules:
- if: $CI_COMMIT_BRANCH == "master" - if: $CI_COMMIT_BRANCH == "master"
script: script:
......
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