mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-19 06:51:57 +02:00
Try to delete tag first to see if release date is updated
This commit is contained in:
@@ -53,6 +53,7 @@ before_deploy:
|
|||||||
- git tag -f travis-${DEV}${BRANCH}-build
|
- git tag -f travis-${DEV}${BRANCH}-build
|
||||||
- git remote add gh
|
- git remote add gh
|
||||||
https://${OWNER}:${GITHUB_API_KEY}@github.com/${TRAVIS_REPO_SLUG}.git
|
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 push -f gh travis-${DEV}${BRANCH}-build
|
||||||
- git remote remove gh
|
- git remote remove gh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user