Merge pull request #1090 from dobozysaurus/issue-502

Added GOFLAGS support
This commit is contained in:
Andy Goldstein
2019-01-03 15:20:26 -05:00
committed by GitHub

View File

@@ -113,6 +113,7 @@ shell: build-dirs build-image
@# the volume bind-mount of $PWD/vendor/k8s.io/api is needed for code-gen to
@# function correctly (ref. https://github.com/kubernetes/kubernetes/pull/64567)
@docker run \
-e GOFLAGS \
-i $(TTY) \
--rm \
-u $$(id -u):$$(id -g) \