summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-27 18:07:16 +0200
committerAnatol Belski <ab@php.net>2017-03-27 18:07:16 +0200
commit867c29caf07384828d9f7670647a6a9c1ed4717c (patch)
tree95a268921459a847c8be68fb9b7cc3fac4e046cd /appveyor
parenteb5d4bcd4f1005cc1fbe203d90b16ae43497e539 (diff)
downloadphp-git-867c29caf07384828d9f7670647a6a9c1ed4717c.tar.gz
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 5b88159d66..a2fae9977e 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%