Cleaning up GitLab CI config
This commit is contained in:
parent
819d4be1a5
commit
9519afa75a
@ -1,4 +1,4 @@
|
|||||||
image: node:8
|
image: node:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
@ -18,11 +18,8 @@ lint:
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
|
||||||
GA_PROP: $PROD_GA_PROPERTY
|
|
||||||
script:
|
script:
|
||||||
- BUILD_PATH="$(pwd)/public" yarn gulp build
|
- yarn 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