Skip to content

Commit 853fde8

Browse files
authored
✅ update test hook (#142)
1 parent cc47ee8 commit 853fde8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hooks/test

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
docker image build -t $IMAGE_NAME .
55

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

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

0 commit comments

Comments
 (0)