Skip to content
Snippets Groups Projects
Commit afb1cf0c authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Fix CI yaml syntax

parent b4047ba6
No related branches found
No related tags found
No related merge requests found
Pipeline #17103 failed
......@@ -3,10 +3,10 @@ pages:
image: node:14-alpine
stage: deploy
script:
- npm install
- npm run build
- apk add parallel brotli gzip
- parallel --will-cite "gzip -9 -k {} && brotli -k {}" ::: ./public/**
- "npm install"
- "npm run build"
- "apk add parallel brotli gzip"
- "parallel --will-cite \"gzip -9 -k {} && brotli -k {}\" ::: ./public/**"
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment