From 0996390183232e8cd0e6c98e31e85002a984a823 Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 30 Jun 2019 19:12:37 -0500 Subject: [PATCH] fix(build): add rpt2 cache to cache rather than artifacts --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f84c0f..7176dc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,12 +89,14 @@ build-node: artifacts: expire_in: 1 week paths: - - out/ + - out/*.js + - out/*.js.map cache: key: "${CI_COMMIT_REF_SLUG}" policy: pull-push paths: - node_modules + - out/cache build-image: <<: [*build-docker]