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-08-07 12:07:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-07 12:07:25 +0300
commit929712792964c31c895cb83ebf0862da038c57a0 (patch)
tree030e74b85ebcc922e08e1d1f1da267c64dc85655 /scripts
parent97815325b875a7bde0793cb0777e36b275ae1c6c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r--scripts/utils.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/utils.sh b/scripts/utils.sh
index e19622d07c6..13a051e2b58 100644
--- a/scripts/utils.sh
+++ b/scripts/utils.sh
@@ -438,8 +438,9 @@ function download_local_gems() {
echo "Downloading ${folder_path}"
- url=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/repository/archive
+ url="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/repository/archive"
curl -f \
+ --create-dirs \
--get \
--header "${private_token_header}" \
--output "${output}" \