summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-05-11 00:34:29 +0200
committerGitHub <noreply@github.com>2023-05-10 16:34:29 -0600
commit2c17c4e63239776750844195233a4b4b69aa89b0 (patch)
treea4d46a899d4fe087f9db5ce04ebfd04790282f7c /share
parentec800cccbb85bca59b405622017cb9b0b74c7cfe (diff)
downloadspack-2c17c4e63239776750844195233a4b4b69aa89b0.tar.gz
spack-2c17c4e63239776750844195233a4b4b69aa89b0.tar.bz2
spack-2c17c4e63239776750844195233a4b4b69aa89b0.tar.xz
spack-2c17c4e63239776750844195233a4b4b69aa89b0.zip
ci: remove --mirror-url flag (#37457)
The flags --mirror-name / --mirror-url / --directory were deprecated in favor of just passing a positional name, url or directory, and letting spack figure it out. --------- Co-authored-by: Scott Wittenburg <scott.wittenburg@kitware.com>
Diffstat (limited to 'share')
-rw-r--r--share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
index 31c0dcc08b..bdd664b8d1 100644
--- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
+++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
@@ -182,7 +182,7 @@ protected-publish:
- spack --version
- export COPY_SPECS_DIR=${CI_PROJECT_DIR}/jobs_scratch_dir/specs_to_copy
- spack buildcache sync --manifest-glob "${COPY_SPECS_DIR}/*.json"
- - spack buildcache update-index --mirror-url ${SPACK_COPY_BUILDCACHE}
+ - spack buildcache update-index "${SPACK_COPY_BUILDCACHE}"
########################################
# TEMPLATE FOR ADDING ANOTHER PIPELINE