summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-03 15:20:14 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-03 15:20:14 +0000
commit3db14bcbaf08ac4c2f2cebf341bbce0ab29d6c20 (patch)
treeda2d1c3b410d678958b53a68b25e43229dbad730
parentea55554522a3f220d5ed9e1a2d22833119f7768f (diff)
downloadgitlab-ce-3db14bcbaf08ac4c2f2cebf341bbce0ab29d6c20.tar.gz
Add latest changes from gitlab-org/gitlab@15-10-stable-ee
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index afb2e2e88c6..10823a4ac20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -176,6 +176,7 @@ variables:
ES_JAVA_OPTS: "-Xms256m -Xmx256m"
ELASTIC_URL: "http://elastic:changeme@elasticsearch:9200"
+ BUNDLER_CHECKSUM_VERIFICATION_OPT_IN: "1"
CACHE_CLASSES: "true"
CHECK_PRECOMPILED_ASSETS: "true"
FF_USE_FASTZIP: "true"
@@ -192,6 +193,7 @@ variables:
REVIEW_APPS_GCP_PROJECT: "gitlab-review-apps"
REVIEW_APPS_GCP_REGION: "us-central1"
+ CACHE_ASSETS_AS_PACKAGE: "true"
BUILD_ASSETS_IMAGE: "true" # Set it to "false" to disable assets image building, used in `build-assets-image`
SIMPLECOV: "true"