From f61b5689ae757b1cf0420de20ce0fda38848eafe Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 16 Jun 2019 00:25:11 -0500 Subject: [PATCH] fix(build): fix artifacts --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08cb8b2..5e723f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,9 +88,8 @@ build-node: artifacts: expire_in: 1 week paths: - - out/coverage - out/docs - - out/main-bundle.* + - out/bundle.* - out/version.json cache: key: "${CI_COMMIT_REF_SLUG}"