Edeliver + distillery + docker: non-verbose build release succeeds, verbose reports as error. Any suggestions for more info to diagnose it?

QUESTION: Why would the non-verbose build release say it was successful but the verbose version indicate a failure (and also indicate that the operation succeeded)? I assume that the non-verbose version is also failing. Seems like a bug–if the scp fails shouldn’t it be reporting a failure? What am I missing? Does anyone have suggestions to get more info debug this? Is there a way to see the details of the scp command that was attempted yet failed?

mix edeliver build release:
.
.
.
RELEASE BUILD OF MYAPP WAS SUCCESSFUL!

BUT…
mix edeliver build release --verbose:
.
.
.
-----> Copying myapp.tar.gz to release store
scp: //myapp/releases/myapp/myapp.tar.gz: No such file or directory

RELEASE BUILD OF MYAPP WAS SUCCESSFUL!

1 Like