Skip to content

Commit 6afcd6c

Browse files
committed
don't backup older deps after upgrades
1 parent e969966 commit 6afcd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/build_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set STABILITY=staging
1919
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
2020
rem SDK is cached, deps info is cached as well
2121
echo Updating dependencies in %DEPS_DIR%
22-
call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
22+
call phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
2323
if %errorlevel% neq 0 exit /b 3
2424

2525
call buildconf.bat --force

0 commit comments

Comments
 (0)