]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
git clone master branch (hardcoded)
authorYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 23:52:32 +0000 (16:52 -0700)
committerYann Collet <cyan@fb.com>
Fri, 23 Mar 2018 23:52:32 +0000 (16:52 -0700)
appveyor.yml

index e39c9cd1ab7d108c93ffd0cd9a9f274c1b1c0f72..bcb62b74c6fb32ebf3217db9630080a0f81465ad 100644 (file)
@@ -83,7 +83,7 @@
       ( if [%COMPILER%]==[gcc] if [%ARTIFACT%]==[true]
           ECHO Creating artifacts &&
           ECHO %cd% &&
-          git clone --depth 1 --branch %APPVEYOR_REPO_BRANCH% https://github.com/facebook/zstd"
+          git clone --depth 1 --branch master https://github.com/facebook/zstd"
           7z a -ttar zstd-src.tar zstd &&
           lib\dll\example\build_package.bat &&
           cd programs\ && make DEBUGFLAGS= clean zstd &&