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

Correction d'une coquille dans le job de pages.

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -46,7 +46,7 @@ pages:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
script:
- docker run --rm -v "$PWD/src:/src/ro" -v "$PWD/public:/public" "$IMAGE" build
- docker run --rm -v "$PWD/src:/src:ro" -v "$PWD/public:/public" "$IMAGE" 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