Merge pull request #360 from thockin/build-no-tty-v3

Don't require a TTY to build/test
This commit is contained in:
Kubernetes Prow Robot 2021-03-18 05:29:19 -07:00 committed by GitHub
commit f28d802e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ $(OUTBIN): .go/$(OUTBIN).stamp
.go/$(OUTBIN).stamp: $(BUILD_DIRS)
@echo "making $(OUTBIN)"
@docker run \
-ti \
-i \
--rm \
-u $$(id -u):$$(id -g) \
-v $$(pwd):/src \
@ -165,7 +165,7 @@ version:
test: $(BUILD_DIRS)
@docker run \
-ti \
-i \
-u $$(id -u):$$(id -g) \
-v $$(pwd):/src \
-w /src \