From 9eacea6b613c2de0429898d63b2558462cbef3ab Mon Sep 17 00:00:00 2001 From: ssube Date: Sat, 29 Jun 2019 19:41:16 -0500 Subject: [PATCH] fix(build): artifact all output --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5410594..e1a0665 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,9 +89,7 @@ build-node: artifacts: expire_in: 1 week paths: - - out/docs - - out/bundle.* - - out/version.json + - out/ cache: key: "${CI_COMMIT_REF_SLUG}" policy: pull-push