diff options
author | Ian Baum <ibaum@gitlab.com> | 2018-09-07 20:45:42 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-09-07 20:45:42 +0000 |
commit | 636aa7d39b798abe95d9dd0bcdbd40d5f8441bae (patch) | |
tree | 117c5bf2b9dc48080e5f977ce2939146dcd6fcad /.gitlab-ci.yml | |
parent | b16dd6f05ba2391bddce24ca4cf2e41449c94656 (diff) | |
download | gitlab-ce-636aa7d39b798abe95d9dd0bcdbd40d5f8441bae.tar.gz |
Provide a cached archive of compiled assets
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b127e119e5c..c0b622f5abd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -708,7 +708,6 @@ gitlab:assets:compile: SETUP_DB: "false" SKIP_STORAGE_VALIDATION: "true" WEBPACK_REPORT: "true" - NO_COMPRESSION: "true" # we override the max_old_space_size to prevent OOM errors NODE_OPTIONS: --max_old_space_size=3584 script: @@ -722,6 +721,7 @@ gitlab:assets:compile: expire_in: 31d paths: - webpack-report/ + - public/assets/ karma: <<: *dedicated-no-docs-and-no-qa-pull-cache-job |