Move deploy script to @mxcl/ops
This commit is contained in:
@@ -84,7 +84,10 @@ jobs:
|
||||
|
||||
- name: CocoaPods
|
||||
osx_image: xcode10.2
|
||||
install: brew install mxcl/made/swift-sh
|
||||
before_script: .github/deploy generate-podspec
|
||||
install: |
|
||||
brew install mxcl/made/swift-sh
|
||||
curl -O https://raw.githubusercontent.com/mxcl/ops/master/deploy
|
||||
chmod u+x deploy
|
||||
before_script: ./deploy generate-podspec
|
||||
script: pod trunk push
|
||||
after_success: .github/deploy publish-release
|
||||
after_success: ./deploy publish-release
|
||||
|
||||
Reference in New Issue
Block a user