Closed v3rm0n closed 4 years ago
I'm using deploy task to release my app to production on Gitlab CI, but the pipeline is successful even if the deploy fails because when terrafrom apply fails it doesn't mark the task as failed.
deploy
terrafrom apply
Opened PR https://github.com/JetBrains/kotless/pull/65
Merged, thanks! Would be released with 0.1.7 :)
I'm using
deploy
task to release my app to production on Gitlab CI, but the pipeline is successful even if the deploy fails because whenterrafrom apply
fails it doesn't mark the task as failed.