Skip to content

Commit

Permalink
fix(config): add no output timeout to bump-brew-formula CI step (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebeschmidt authored Sep 24, 2020
1 parent 8300433 commit 3812bdc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ 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: npm run bump-brew-formula
- run:
name: bump brew formula
command: npm run bump-brew-formula
no_output_timeout: 30m
audit: &audit
docker:
- image: circleci/node:12
Expand Down

0 comments on commit 3812bdc

Please sign in to comment.