Setting BUILD_PATH as absolute path

This commit is contained in:
Jeff Avallone 2019-01-01 09:08:39 -05:00
parent 123be01b1f
commit 59e5d12882
1 changed files with 1 additions and 1 deletions

View File

@ -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: