summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-27 18:51:00 +0200
committerAnatol Belski <ab@php.net>2017-03-27 18:51:00 +0200
commit1ff85dfeb3c0db213a1ca6dd76d664cba0f2add3 (patch)
tree81b91d5088b7b426792785cc0053b2a52a90449a /appveyor
parent0608761438bc04d2db45c702b1774a6fe1c8eca6 (diff)
parentb8714a8b37e1f68eabb4badedc95bcb7984e1f33 (diff)
downloadphp-git-1ff85dfeb3c0db213a1ca6dd76d664cba0f2add3.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: always use staging deps for CI, that's what we have a CI for as well
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build_task.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index e44eb7628f..6b49d244d7 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -12,11 +12,10 @@ if %errorlevel% neq 0 exit /b 3
if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
set BRANCH=%APPVEYOR_REPO_BRANCH:~4,3%
- set STABILITY=stable
) else (
set BRANCH=master
- set STABILITY=staging
)
+set STABILITY=staging
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
rem SDK is cached, deps info is cached as well
echo Updating dependencies in %DEPS_DIR%