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:
Diffstat (limited to '.gitlab/ci/caching.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/caching.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab/ci/caching.gitlab-ci.yml b/.gitlab/ci/caching.gitlab-ci.yml
index fba2efc46e4..31975e481bc 100644
--- a/.gitlab/ci/caching.gitlab-ci.yml
+++ b/.gitlab/ci/caching.gitlab-ci.yml
@@ -47,10 +47,9 @@ cache-assets:test as-if-foss:
- .as-if-foss
cache-assets:production:
- extends: .cache-assets-base
- variables:
- NODE_ENV: "production"
- RAILS_ENV: "production"
+ extends:
+ - .cache-assets-base
+ - .production
packages-cleanup:
extends: