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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user