[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:
Alex Szabo 2024-05-31 18:16:08 +02:00 committed by GitHub
parent 57f74773a0
commit 265e8799b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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