mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CI] Prevent deployment of missing/failed serverless docker images (#184594)
## Summary Removes `soft_fail` to prevent the run of the deploy script if something about the image build fails. Closes: https://github.com/elastic/kibana/issues/184591
This commit is contained in:
parent
57f74773a0
commit
265e8799b8
1 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@ steps:
|
|||
machineType: n2-standard-16
|
||||
preemptible: true
|
||||
timeout_in_minutes: 60
|
||||
soft_fail: true
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '-1'
|
||||
|
@ -29,4 +28,3 @@ steps:
|
|||
- linting_with_types
|
||||
- checks
|
||||
- check_types
|
||||
soft_fail: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue