From: Yann Collet Date: Fri, 23 Mar 2018 23:52:32 +0000 (-0700) Subject: git clone master branch (hardcoded) X-Git-Tag: v1.3.4~1^2~3^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42ffb91f74d77d05d1b4b81a019ace498bbe981;p=thirdparty%2Fzstd.git git clone master branch (hardcoded) --- diff --git a/appveyor.yml b/appveyor.yml index e39c9cd1a..bcb62b74c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 &&