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

Précrée le dossier "public/" en CI.

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
image: image:
name: "${PREZBUILDER_IMAGE}:${PREZBUILDER_TAG}" name: "${PREZBUILDER_IMAGE}:${PREZBUILDER_TAG}"
entrypoint: [""] entrypoint: [""]
before_script:
- mkdir -p public
script: script:
- prezbuilder build "${PREZBUILDER_SRC}" public - prezbuilder build "${PREZBUILDER_SRC}" public
artifacts: artifacts:
......
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