summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-01-05 01:49:36 +0100
committerAnatol Belski <ab@php.net>2017-01-05 01:49:36 +0100
commit2ca5aa9418a126dc4e5fd6becca41adcf86f000f (patch)
treea95f2e03c037bb99a7d03da0687e35995c350609
parent997d9027621a8bb744f490823a5de565c0683330 (diff)
downloadphp-git-2ca5aa9418a126dc4e5fd6becca41adcf86f000f.tar.gz
quick fix for the base branch version parsing, not perfect still
-rw-r--r--appveyor/build_task.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index 397e486022..5a5afaf66f 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -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