Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2023-03-10 13:11:49 +0300
committerMarcel Amirault <mamirault@gitlab.com>2023-03-10 13:11:49 +0300
commit8f4a93aa132c8b6800a20b850e3a1be0de232064 (patch)
tree37bb63ef93aae858795c879018a7617d0f5ca0e3
parent5713b18988c9ee48be7a107699e4622560650dec (diff)
Fetch compile_dev insteadfetch-compile-archive-test
-rw-r--r--.gitlab/ci/build-and-deploy.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/build-and-deploy.gitlab-ci.yml b/.gitlab/ci/build-and-deploy.gitlab-ci.yml
index 0eca1a1c..b35117b6 100644
--- a/.gitlab/ci/build-and-deploy.gitlab-ci.yml
+++ b/.gitlab/ci/build-and-deploy.gitlab-ci.yml
@@ -88,7 +88,7 @@ compile_dev_cached:
variables:
SEARCH_BACKEND: 'lunr'
script:
- - wget https://gitlab.com/api/v4/projects/1794617/jobs/artifacts/main/download?job=compile_prod -O artifacts.zip
+ - wget https://gitlab.com/api/v4/projects/1794617/jobs/artifacts/main/download?job=compile_dev -O artifacts.zip
- unzip artifacts.zip
- !reference [".compile-and-minify-scripts", "script"]
- !reference [".gzip-scripts", "script"]