Pass through TESTDIRS
env var to Docker build container.
This commit is contained in:
parent
b44aca64e3
commit
962fb908c0
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -6,7 +6,8 @@ TRAEFIK_ENVS := \
|
|||
-e TESTFLAGS \
|
||||
-e VERBOSE \
|
||||
-e VERSION \
|
||||
-e CODENAME
|
||||
-e CODENAME \
|
||||
-e TESTDIRS
|
||||
|
||||
SRCS = $(shell git ls-files '*.go' | grep -v '^vendor/' | grep -v '^integration/vendor/')
|
||||
|
||||
|
|
Loading…
Reference in a new issue