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

Add git to pages stage

parent 24e1eb65
Branches meta-export
No related tags found
No related merge requests found
Pipeline #22156 passed
...@@ -20,6 +20,7 @@ pages: ...@@ -20,6 +20,7 @@ pages:
stage: "deploy" stage: "deploy"
needs: [] needs: []
script: script:
- "apk add git"
- "npm run build" - "npm run build"
- "apk add brotli && find ./public -type f -exec brotli -w 0 {} \\;" - "apk add brotli && find ./public -type f -exec brotli -w 0 {} \\;"
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment