Move archive to root.

This commit is contained in:
Oliver Marks 2019-09-21 09:10:33 +01:00
parent d5da8d5143
commit 0b674e59b5
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
stages:
- build
- compress
build: build:
image: clojure:tools-deps image: clojure:tools-deps
script: script:
@ -12,6 +16,7 @@ compress:
- gzip *.css *.js *.html *.png -k - gzip *.css *.js *.html *.png -k
- gzip ./webfonts/*.woff2 -k - gzip ./webfonts/*.woff2 -k
- tar -czvf release.tar.gz *.gz ./webfonts/*.gz - tar -czvf release.tar.gz *.gz ./webfonts/*.gz
- mv release.tar.gz ../../
artifacts: artifacts:
paths: paths:
- resources/public/release.tar.gz - release.tar.gz