summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-14 15:08:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-14 15:08:05 +0000
commit3e764061b3209d4deee2a55851d5d564a9f19d8b (patch)
tree9b6bd5edff70694e9426a86c15f355dab3a2c06d /scripts
parent363a1ea13879c755f9cd8018763d3a7bdf4bf1c7 (diff)
downloadgitlab-ce-3e764061b3209d4deee2a55851d5d564a9f19d8b.tar.gz
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 49c6b509b72..309e339de01 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/${GITLAB_EDITION}-${FIXTURES_SHA}/${FIXTURES_PACKAGE}"
+export FIXTURES_PACKAGE_URL="${API_PACKAGES_BASE_URL}/fixtures/${FIXTURES_SHA}/${FIXTURES_PACKAGE}"
# Generic helper functions
function archive_doesnt_exist() {