diff options
author | Anatol Belski <ab@php.net> | 2017-04-24 22:10:32 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-04-24 22:10:32 +0200 |
commit | 6afcd6c86abc59719aad286bab29ee51508eba9c (patch) | |
tree | d743e4f3aebdc094d83ab1e026c915ed5bbfa864 /appveyor | |
parent | e969966468936cb65ab0a63a445663e6ba62a0c1 (diff) | |
download | php-git-6afcd6c86abc59719aad286bab29ee51508eba9c.tar.gz |
don't backup older deps after upgrades
Diffstat (limited to 'appveyor')
-rw-r--r-- | appveyor/build_task.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index a2fae9977e..ad3fbcdfa3 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -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 |