Merge pull request #4071 from avagin:travis

PiperOrigin-RevId: 333454489
This commit is contained in:
gVisor bot 2020-09-23 23:47:42 -07:00
commit 53d569a976
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ bazel-server-start: bazel-image ## Starts the bazel server.
--workdir "$(CURDIR)" \
$(FULL_DOCKER_RUN_OPTIONS) \
$(BUILDER_IMAGE) \
sh -c "tail -f --pid=\$$($(BAZEL) info server_pid)"
sh -c "tail -f --pid=\$$($(BAZEL) info server_pid) /dev/null"
.PHONY: bazel-server-start
bazel-shutdown: ## Shuts down a running bazel server.