Skip to content

Commit

Permalink
Don't print shell version during test
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 4, 2018
1 parent 3b3c158 commit 7b61f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.5
RUN apk add --no-cache bash zsh curl
WORKDIR /public
COPY . .
RUN sh --help 2>&1 | head -n1 && sh ./test.sh
RUN zsh --version && zsh ./test.sh
RUN bash --version && bash ./test.sh
RUN sh ./test.sh
RUN zsh ./test.sh
RUN bash ./test.sh
RUN echo "All tests passed!" > index.html

0 comments on commit 7b61f67

Please sign in to comment.