Setting BUILD_PATH as absolute path
This commit is contained in:
parent
123be01b1f
commit
59e5d12882
@ -18,7 +18,7 @@ pages:
|
|||||||
variables:
|
variables:
|
||||||
GA_PROP: $PROD_GA_PROPERTY
|
GA_PROP: $PROD_GA_PROPERTY
|
||||||
script:
|
script:
|
||||||
- yarn gulp build
|
- BUILD_PATH="$(pwd)/public" yarn gulp build
|
||||||
- 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