1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 14:31:23 +02:00

Try to delete tag first to see if release date is updated

This commit is contained in:
Erik Johansson
2018-09-24 20:15:00 +02:00
parent 44976096d6
commit a33b671510

View File

@@ -53,6 +53,7 @@ before_deploy:
- git tag -f travis-${DEV}${BRANCH}-build
- git remote add gh
https://${OWNER}:${GITHUB_API_KEY}@github.com/${TRAVIS_REPO_SLUG}.git
- git push gh :travis-${DEV}${BRANCH}-build || true
- git push -f gh travis-${DEV}${BRANCH}-build
- git remote remove gh