]> granicus.if.org Git - php/commitdiff
don't backup older deps after upgrades
authorAnatol Belski <ab@php.net>
Mon, 24 Apr 2017 20:10:32 +0000 (22:10 +0200)
committerAnatol Belski <ab@php.net>
Mon, 24 Apr 2017 20:10:32 +0000 (22:10 +0200)
appveyor/build_task.bat

index a2fae9977e836f56b884356f4ab07fd575056a11..ad3fbcdfa3fefff8177148c22ebfaecda94a9a04 100644 (file)
@@ -19,7 +19,7 @@ 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%
-call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
+call phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
 if %errorlevel% neq 0 exit /b 3
 
 call buildconf.bat --force