mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 09:58:53 -06:00
ci: package source archives using consistent command-line quoting conventions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user