Skip to content

Commit 3721445

Browse files
committed
don't use separate deps for release branches
1 parent 183a34a commit 3721445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor/build_task.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
1717
set BRANCH=master
1818
set STABILITY=staging
1919
)
20-
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%APPVEYOR_REPO_BRANCH%
20+
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH%
2121
rem SDK is cached, deps info is cached as well
22-
echo Updating dependencies
22+
echo Updating dependencies in %DEPS_DIR%
2323
call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
2424
if %errorlevel% neq 0 exit /b 3
2525

0 commit comments

Comments
 (0)