1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

quick fix for the base branch version parsing, not perfect still

This commit is contained in:
Anatol Belski
2017-01-05 01:49:36 +01:00
parent 997d902762
commit 2ca5aa9418

View File

@@ -11,7 +11,7 @@ cd /D %APPVEYOR_BUILD_FOLDER%
if %errorlevel% neq 0 exit /b 3
if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
set BRANCH=%APPVEYOR_REPO_BRANCH:~4%
set BRANCH=%APPVEYOR_REPO_BRANCH:~4,3%
set STABILITY=stable
) else (
set BRANCH=master