From 363a1ea13879c755f9cd8018763d3a7bdf4bf1c7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 14 Mar 2023 12:08:06 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/gitlab_component_helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gitlab_component_helpers.sh') 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() { -- cgit v1.2.1