Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Remove usage of tty in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed Jun 14, 2021
1 parent 95b8797 commit 661e8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/latest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lint:

test:
../../bin/container-structure-test test --image curl/curl:${LATEST_RELEASE_VERSION} --config "test-container.yml"
docker run --rm -it curl/curl:${LATEST_RELEASE_VERSION} -S http://httpbin.org/get
docker run --rm curl/curl:${LATEST_RELEASE_VERSION} -S http://httpbin.org/get

push-registry:
docker tag curl/curl:${LATEST_RELEASE_VERSION} curlimages/curl:7.77.0
Expand Down

0 comments on commit 661e8f5

Please sign in to comment.