From 59e5d1288243278bc67a07dfea4c62a0dd8eb9e2 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Tue, 1 Jan 2019 09:08:39 -0500 Subject: [PATCH] Setting BUILD_PATH as absolute path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13ca39b..08c5b31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: