Skip to content

Commit

Permalink
✅ update test hook (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandure authored Oct 28, 2020
1 parent cc47ee8 commit 853fde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
docker image build -t $IMAGE_NAME .

# Alpine version
docker container run -it --rm --entrypoint "" $IMAGE_NAME cat /etc/alpine-release
docker container run --rm --entrypoint "" $IMAGE_NAME cat /etc/alpine-release

# Chrome version
docker container run -it --rm --entrypoint "" $IMAGE_NAME chromium-browser --version
docker container run --rm --entrypoint "" $IMAGE_NAME chromium-browser --version

0 comments on commit 853fde8

Please sign in to comment.