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>2023-03-14 15:08:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-14 15:08:06 +0300
commit363a1ea13879c755f9cd8018763d3a7bdf4bf1c7 (patch)
tree9e96d749ebb984b6650e28e79bb4a87ccf77d998 /scripts
parent6f9218ac84f0de0ebfddf2d4fbd79db881b2d46a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gitlab_component_helpers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gitlab_component_helpers.sh b/scripts/gitlab_component_helpers.sh
index 309e339de01..49c6b509b72 100644
--- a/scripts/gitlab_component_helpers.sh
+++ b/scripts/gitlab_component_helpers.sh
@@ -67,7 +67,7 @@ fi
export FIXTURES_PATH="tmp/tests/frontend/**/*"
export FIXTURES_PACKAGE="fixtures-${FIXTURES_SHA}.tar.gz"
-export FIXTURES_PACKAGE_URL="${API_PACKAGES_BASE_URL}/fixtures/${FIXTURES_SHA}/${FIXTURES_PACKAGE}"
+export FIXTURES_PACKAGE_URL="${API_PACKAGES_BASE_URL}/fixtures/${GITLAB_EDITION}-${FIXTURES_SHA}/${FIXTURES_PACKAGE}"
# Generic helper functions
function archive_doesnt_exist() {