add no_output_timeout to 30m (default 10m) (#1716)
This commit is contained in:

committed by
GitHub

parent
26bea631da
commit
58bb16fbb6
@@ -92,7 +92,10 @@ commands:
|
|||||||
type: string
|
type: string
|
||||||
default: "./linux/"
|
default: "./linux/"
|
||||||
steps:
|
steps:
|
||||||
- run: npm run package:<< parameters.os >>
|
- run:
|
||||||
|
name: npn run
|
||||||
|
command: npm run package:<< parameters.os >>
|
||||||
|
no_output_timeout: 30m
|
||||||
- run: mkdir -p << parameters.path >>
|
- run: mkdir -p << parameters.path >>
|
||||||
- run: bash -x ./scripts/cp_artifacts.sh release << parameters.path >>
|
- run: bash -x ./scripts/cp_artifacts.sh release << parameters.path >>
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
|
Reference in New Issue
Block a user