Skip to content

Commit

Permalink
chore: increase timeout for darwin packaging (influxdata#11041)
Browse files Browse the repository at this point in the history
  • Loading branch information
sspaink authored Apr 27, 2022
1 parent f97e50a commit 51facf7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,17 @@ commands:
- when:
condition: << parameters.nightly >>
steps:
- run: 'NIGHTLY=1 make package include_packages="$(make << parameters.type >>)"'
- run:
command: 'NIGHTLY=1 make package include_packages="$(make << parameters.type >>)"'
no_output_timeout: 30m
- unless:
condition:
or:
- << parameters.nightly >>
steps:
- run: 'make package include_packages="$(make << parameters.type >>)"'
- run:
command: 'make package include_packages="$(make << parameters.type >>)"'
no_output_timeout: 30m
- store_artifacts:
path: './build/dist'
destination: 'build/dist'
Expand Down

0 comments on commit 51facf7

Please sign in to comment.