From 3812bdce9936435e4228463886e36bed49498773 Mon Sep 17 00:00:00 2001 From: Phoebe Schmidt Date: Thu, 24 Sep 2020 10:19:02 +0200 Subject: [PATCH] fix(config): add no output timeout to bump-brew-formula CI step (#605) --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index abc7e3bf3..0e7091e1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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