Skip to content

Commit

Permalink
Skip cleanup before deploy
Browse files Browse the repository at this point in the history
Otherwise it will stash the build output and fails uploading the artifact.
  • Loading branch information
boris1993 committed Nov 28, 2020
1 parent 7d2a585 commit f4bce40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ before_deploy:
- git config --local user.email "boris1993@126.com"
deploy:
- provider: releases
skip_cleanup: true
token:
secure: jS9XfKFAvRyjUGFiIg6GQ9KuhvWiBbuNzeVkUshPc1i555B/6nUuSnSIw9iGR2wF9ltetA47JausPG7fTrudB1c0dPpLFcM98vHnEa+L8IsdlcIIfONPLJ+bkVqDmHTyLxeAOu6yXB1FXmDMqd+/l0ND5Chix93tJ/DzPxCgm6sUocRXdBEhbKT6FwzSK2CgxkG71o6/HLiXjJ8+l3HVj7MhVuNnzSTU/NGaYvWQzdsb84EjtGmKGD3vr8tMQYjaVRwZyYUkdR+qSUgMOZQPs0ygvI4K2nvZGX4qpgVNbvaPwy6e3QZtyVOHzVqW0aGy7G1KETbcwYuEtuNwviH4cwqOcMYJiALLk3KaulBkjBbfHT5/ajSK/m9hrZ29Bwsdyk8p6zMF+hZqUGeoOV+5+bnr/McJV4jwimg62tXkDH752eJFP0vWAf0DS7vGJQ9sOduyWUyvyfGNss2MI3QcBYy0Mn3iCwI/rFSsoXjoIjVp8CNhtFgw6sY/Ctvq7h4/GiwkxTtuYioHDZeBFWe+8gRSf3W0t6VuzKJgmUN+u4SMes/CTuZm/vkWtG6ou8MhkSSSbMmg73MdumXjrIBhM7Bauk6a3PVpUgk8u8M+e0kOwnCtgAN6gsdvHr4qQVOqcL5KD/NeFAo07IaZsW6odHkZ8pZlEtoYMAkxXkZLNRQ=
file:
Expand Down

0 comments on commit f4bce40

Please sign in to comment.