1
0
Fork 0

Merge pull request #1464 from vdemeester/vendor-autogen

This commit is contained in:
Fernandez Ludovic 2017-05-03 10:02:14 +02:00
parent a0d6594e99
commit acb0492e26
6 changed files with 4 additions and 482 deletions

View file

@ -46,7 +46,7 @@ test-integration: build ## run the integration tests
$(DOCKER_RUN_TRAEFIK) ./script/make.sh generate binary test-integration
validate: build ## validate gofmt, golint and go vet
$(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-glide validate-gofmt validate-govet validate-golint validate-misspell validate-vendor validate-autogen
$(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-glide validate-gofmt validate-govet validate-golint validate-misspell validate-vendor
build: dist
docker build $(DOCKER_BUILD_ARGS) -t "$(TRAEFIK_DEV_IMAGE)" -f build.Dockerfile .