Skip to content

Commit

Permalink
fix(circleci): increase no-output-timeout for bump-brew step (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebeschmidt authored Sep 16, 2020
1 parent f2d8fc9 commit 2863c73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,12 @@ jobs:
- run: npm run build:package
- run: npm run semantic-release
bump-brew-formula:
no_output_timeout: 30m
macos:
xcode: '11.0'
steps:
- checkout
- run:
command: npm run bump-brew-formula
no_output_timeout: 30m
- run: npm run bump-brew-formula
audit: &audit
docker:
- image: circleci/node:12
Expand Down

0 comments on commit 2863c73

Please sign in to comment.