We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9eeb6 commit 1b5acfbCopy full SHA for 1b5acfb
src/commands/install-deps.yml
@@ -55,6 +55,11 @@ parameters:
55
Steps that will be executed between installing bundler, and running bundle install
56
type: steps
57
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
63
steps:
64
- run:
65
name: Determine lock file
@@ -86,6 +91,7 @@ steps:
86
91
PARAM_PATH: << parameters.path >>
87
92
PARAM_CLEAN_BUNDLE: << parameters.clean-bundle >>
88
93
command: << include(scripts/install-deps.sh) >>
94
+ no_output_timeout: << parameters.no_output_timeout >>
89
95
- when:
90
96
condition: << parameters.with-cache >>
97
0 commit comments