Parcourir la source

ci: package source archives using consistent command-line quoting conventions

Brad King il y a 1 an
Parent
commit
8b16de9e84
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitlab/os-linux.yml

+ 1 - 1
.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