Skip to content

Commit 1b5acfb

Browse files
authored
feat: add no_output_timeout option for ruby/install-deps step (#156)
1 parent bf9eeb6 commit 1b5acfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/commands/install-deps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ parameters:
5555
Steps that will be executed between installing bundler, and running bundle install
5656
type: steps
5757
default: []
58+
no_output_timeout:
59+
description: >
60+
Specify a timeout for the bundle install command. By default, it is set to 10 minutes.
61+
default: 10m
62+
type: string
5863
steps:
5964
- run:
6065
name: Determine lock file
@@ -86,6 +91,7 @@ steps:
8691
PARAM_PATH: << parameters.path >>
8792
PARAM_CLEAN_BUNDLE: << parameters.clean-bundle >>
8893
command: << include(scripts/install-deps.sh) >>
94+
no_output_timeout: << parameters.no_output_timeout >>
8995
- when:
9096
condition: << parameters.with-cache >>
9197
steps:

0 commit comments

Comments
 (0)