Setting BUILD_PATH as absolute path
This commit is contained in:
parent
123be01b1f
commit
59e5d12882
@ -18,7 +18,7 @@ pages:
|
||||
variables:
|
||||
GA_PROP: $PROD_GA_PROPERTY
|
||||
script:
|
||||
- yarn gulp build
|
||||
- BUILD_PATH="$(pwd)/public" yarn gulp build
|
||||
- gzip -k -6 $(find public/ -type f)
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user