chore: increase timeout for darwin packaging (#11041)
This commit is contained in:
parent
f97e50a73d
commit
51facf751b
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue