Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Baum <ibaum@gitlab.com>2018-09-07 23:45:42 +0300
committerMike Greiling <mike@pixelcog.com>2018-09-07 23:45:42 +0300
commit636aa7d39b798abe95d9dd0bcdbd40d5f8441bae (patch)
tree117c5bf2b9dc48080e5f977ce2939146dcd6fcad /.gitlab-ci.yml
parentb16dd6f05ba2391bddce24ca4cf2e41449c94656 (diff)
Provide a cached archive of compiled assets
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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