Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Tests are not interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmm80 committed Mar 1, 2016
1 parent 7a65085 commit 0b5c6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
APP="summon"
WORKDIR="/go/src/github.com/conjurinc/${APP}/"

docker run --rm -it \
docker run --rm \
-v "$PWD":$WORKDIR \
-w $WORKDIR \
golang:1.6 \
Expand Down

0 comments on commit 0b5c6ac

Please sign in to comment.