From 7c5389695bdf106acaab6ccc69535f25c1d7a8e6 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 3 Apr 2025 17:55:51 +0200 Subject: [PATCH] ci/fluster: don't overwrite FLUSTER_VECTORS_HOST_PATH to a different meaning Part-of: --- .gitlab-ci/fluster/fluster-runner.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci/fluster/fluster-runner.sh b/.gitlab-ci/fluster/fluster-runner.sh index 91887fbbfc6..65a8e7fa7c9 100755 --- a/.gitlab-ci/fluster/fluster-runner.sh +++ b/.gitlab-ci/fluster/fluster-runner.sh @@ -24,9 +24,7 @@ if [ "$CI_PROJECT_PATH" != "$FDO_UPSTREAM_REPO" ]; then fi fi -FLUSTER_VECTORS_HOST_PATH="${FDO_HTTP_CACHE_URI:-}https://${FLUSTER_VECTORS_HOST_PATH}/vectors.tar.zst" - -curl -L --retry 4 -f --retry-all-errors --retry-delay 60 ${FLUSTER_VECTORS_HOST_PATH} | tar --zstd -x -C /usr/local/ +curl -L --retry 4 -f --retry-all-errors --retry-delay 60 "${FDO_HTTP_CACHE_URI:-}https://${FLUSTER_VECTORS_HOST_PATH}/vectors.tar.zst" | tar --zstd -x -C /usr/local/ INSTALL="$PWD/install"