Send coleslaw error output to stdout
I think Jenkins might fail my build because ‘coleslaw --help’ prints to stderr, which it might interpret as errors. So I’m going to try printing help to stdout instead.
This commit is contained in:
parent
094e67d0ea
commit
8e67de7641
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ RUN curl -sL `curl -s https://api.github.com/repos/roswell/roswell/releases/late
|
|||
|
||||
RUN ros install coleslaw-org/coleslaw
|
||||
ENV PATH="/root/.evm/bin:/root/.roswell/bin:$PATH"
|
||||
RUN coleslaw --help
|
||||
RUN coleslaw --help 2>&1
|
||||
|
|
Loading…
Reference in a new issue