summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-08-13 19:41:42 -0400
committerMatan Kushner <hello@matchai.me>2019-08-13 19:41:42 -0400
commiteb9c19dfe05b5be46fcbc9088f39d1c8c6744cc5 (patch)
tree525a0715fa140d16b1e755ada0098294456aecfc
parent03f99e18daaf17b360bf83deec2bb57d13a4c963 (diff)
ci: Remove brew bump formula from CI
-rw-r--r--ci/bump-brew-formula.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/ci/bump-brew-formula.yml b/ci/bump-brew-formula.yml
deleted file mode 100644
index 2ae76b06d..000000000
--- a/ci/bump-brew-formula.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-jobs:
- - job: ${{ parameters.name }}
- displayName: ${{ parameters.displayName }}
- pool:
- vmImage: macOS-10.13
- steps:
- - script: |
- GIT_TAG="$(Build.SourceBranch)"
- git config --global user.name "matchai"
- git config --global user.email "hello@matchai.me"
- git config --global credential.helper store
- export HOMEBREW_GITHUB_API_TOKEN=$HOMEBREW_GITHUB_API_TOKEN
- echo "https://matchai:$HOMEBREW_GITHUB_API_TOKEN@github.com" >> ~/.git-credentials
- brew update
- brew bump-formula-pr --url=https://github.com/starship/starship/archive/$GIT_TAG.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship
- displayName: Bump the Homebrew formula