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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-12 00:10:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-12 00:10:14 +0300
commit3ecbefc5818c1ca6b4ce54ac8afa148eac7bfdb2 (patch)
tree6b0a8fee9d1a44df826df78e013154a35c331945 /scripts/generate-e2e-pipeline
parent6e7be08ca5d6fac981284e7b1383b320a03d3a5d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/generate-e2e-pipeline')
-rwxr-xr-xscripts/generate-e2e-pipeline2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-e2e-pipeline b/scripts/generate-e2e-pipeline
index 1ed4b134ec2..0d46a117719 100755
--- a/scripts/generate-e2e-pipeline
+++ b/scripts/generate-e2e-pipeline
@@ -19,7 +19,7 @@ if [ "$QA_SKIP_ALL_TESTS" == "true" ]; then
fi
# set custom cache key to override default cache in pipeline-common because we use bundle to install gitlab-qa gem
-qa_cache_key="qa-e2e-$(md5sum qa/Gemfile.lock | awk '{ print $1 }')"
+qa_cache_key="qa-e2e-ruby-${RUBY_VERSION}-$(md5sum qa/Gemfile.lock | awk '{ print $1 }')"
variables=$(cat <<YML
variables:
GITLAB_QA_CACHE_KEY: "$qa_cache_key"