Removing temporary build files
This commit is contained in:
parent
4b1d5591c4
commit
767433149e
@ -16,6 +16,7 @@ pages:
|
|||||||
GA_PROP: $PROD_GA_PROPERTY
|
GA_PROP: $PROD_GA_PROPERTY
|
||||||
script:
|
script:
|
||||||
- BUILD_PATH="$(pwd)/public" yarn gulp build
|
- BUILD_PATH="$(pwd)/public" yarn gulp build
|
||||||
|
- rm -r public/__discard__
|
||||||
- gzip -k -6 $(find public/ -type f)
|
- gzip -k -6 $(find public/ -type f)
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user