nomad run
should return non-zero exit code in case of any errors
#11082
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/cli
type/enhancement
Milestone
Proposal
Return non-zero exit code in case of any errors during deploying an app.
Use-cases
We switched to
nomad run
fromlevant deploy
in our CI scripts, but we noticed, thatnomad run
can return code 0 even when a deployment is failed:Attempted Solutions
Return non-zero code in case of any failures :)
The text was updated successfully, but these errors were encountered: