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

Corrige le template CI.

No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
.prezbuilder: .prezbuilder:
retry: 2 retry: 2
stage: deploy
interruptible: true interruptible: true
tags: [docker] tags: [docker]
variables: variables:
...@@ -10,7 +11,7 @@ ...@@ -10,7 +11,7 @@
name: "${PREZBUILDER_IMAGE}:${PREZBUILDER_TAG}" name: "${PREZBUILDER_IMAGE}:${PREZBUILDER_TAG}"
entrypoint: [""] entrypoint: [""]
script: script:
- prezbuilder "${PREZBUILDER_SRC}" public - prezbuilder build "${PREZBUILDER_SRC}" public
artifacts: artifacts:
name: pages name: pages
paths: 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