From 9519afa75a80978d6268c97d5df00a7a9a8b04c9 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Wed, 2 Jan 2019 19:21:29 -0500 Subject: [PATCH] Cleaning up GitLab CI config --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 659605f..6ea4817 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:8 +image: node:latest stages: - test @@ -18,11 +18,8 @@ lint: pages: stage: build - variables: - GA_PROP: $PROD_GA_PROPERTY script: - - BUILD_PATH="$(pwd)/public" yarn gulp build - - rm -r public/__discard__ + - yarn build - gzip -k -6 $(find public/ -type f) artifacts: paths: