failing cargo shuttle deploy returns successful exit code #138
Labels
Contribution Wanted
The community is welcome to collaborate on this issue
T-Bug
Something isn't working
if I forget to do the lib.crate-type = ["cdylib"] dance,
cargo shuttle deploy
gives me:but
cargo-shuttle
's exit code is still "success" ($? == 0) in this case :-( . This means that bash's && and || chains do the wrong thing. This also means you can't build useful CI pipelines, etc.Originally posted by @alsuren in qwandor/dancelist#2 (comment)
The text was updated successfully, but these errors were encountered: