From 2c17c4e63239776750844195233a4b4b69aa89b0 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Thu, 11 May 2023 00:34:29 +0200 Subject: 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 --- share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.2.3-60-g2f50