workflows: remove testing lines

master
Jonathan Chang 2020-03-22 02:56:38 +11:00
parent a9b5c45281
commit 724fabcaaf
1 changed files with 1 additions and 5 deletions

View File

@ -45,10 +45,6 @@ jobs:
HOMEBREW_BINTRAY_KEY: ${{ secrets.HOMEBREW_BINTRAY_KEY }}
run: |
cd bottles
# TODO: Remove once this pull request is merged.
brew tap homebrew/test-bot
git -C $(brew --repo homebrew/test-bot) fetch origin pull/344/merge:pr-334
git -C $(brew --repo homebrew/test-bot) checkout pr-334
brew test-bot --ci-upload --publish
- name: Push bottle commit
env:
@ -58,10 +54,10 @@ jobs:
cd $(brew --repo ${{github.repository}})
git rebase --force origin/master
MESSAGE="$(git log HEAD^.. --format=%B)
Closes #${{github.event.client_payload.pull_request}}."
git commit --amend --signoff --allow-empty -m "$MESSAGE"
git show --pretty=fuller
exit 0
for try in $(seq 5); do
git fetch
git rebase origin/master