Skip to content
Snippets Groups Projects
Commit 2ea8f84e authored by Gustaf Hendeby's avatar Gustaf Hendeby
Browse files

Make build script more robust to whitespace in filenames

parent 0609f60d
No related branches found
No related tags found
No related merge requests found
Pipeline #85757 passed
......@@ -38,7 +38,7 @@ pages:
- if: $CI_COMMIT_REF_NAME == "pages"
stage: deploy
script:
- gzip -k -6 $(find public -type f)
- find public -type f -print0 | xargs -0 gzip -k -6
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment