Delete pushed version tag on failed deploy
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -122,10 +122,10 @@ jobs:
|
|||||||
|
|
||||||
- name: CocoaPods
|
- name: CocoaPods
|
||||||
osx_image: xcode10.2
|
osx_image: xcode10.2
|
||||||
install: |
|
env: HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||||
brew install mxcl/made/swift-sh
|
install:
|
||||||
curl -O https://raw.githubusercontent.com/mxcl/ops/master/deploy
|
- brew install mxcl/made/swift-sh
|
||||||
chmod u+x deploy
|
- curl -O https://raw.githubusercontent.com/mxcl/ops/master/deploy
|
||||||
|
- chmod u+x deploy
|
||||||
before_script: ./deploy generate-podspec
|
before_script: ./deploy generate-podspec
|
||||||
script: pod trunk push
|
script: pod trunk push
|
||||||
after_success: ./deploy publish-release
|
|
||||||
|
|||||||
Reference in New Issue
Block a user