From 8b16de9e846054f67bfdf3848eadd7b6bae17b82 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 1 Apr 2024 10:36:07 -0400 Subject: ci: package source archives using consistent command-line quoting conventions --- .gitlab/os-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 1299ce3..daf149a 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -508,7 +508,7 @@ - dnf install --setopt=install_weak_deps=False -y git-core - v="$(.gitlab/ci/cmake_version.sh)" - mkdir -p build/ - - git archive --format=tgz "--prefix=cmake-$v/" -o "build/cmake-$v.tar.gz" HEAD + - git archive --format=tgz --prefix="cmake-$v/" -o "build/cmake-$v.tar.gz" HEAD - git -c core.autocrlf=true -c core.eol=crlf archive --format=zip --prefix="cmake-$v/" -o "build/cmake-$v.zip" HEAD interruptible: true -- cgit v0.12