Revert using 'cleanup', we are still using dpl v1

This commit is contained in:
sharkdp 2020-12-06 19:06:33 +01:00
parent 91eaff056f
commit c7cf2d1104

View file

@ -92,7 +92,7 @@ deploy:
- $PROJECT_NAME-$TRAVIS_TAG-$TARGET.* - $PROJECT_NAME-$TRAVIS_TAG-$TARGET.*
- $PROJECT_NAME*.deb - $PROJECT_NAME*.deb
# don't delete artifacts from previous stage # don't delete artifacts from previous stage
cleanup: false skip_cleanup: true
on: on:
# deploy only if we push a tag # deploy only if we push a tag
tags: true tags: true