Add glide hash validation
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
dacde21c27
commit
96197af3f1
3 changed files with 17 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -45,7 +45,7 @@ test-integration: build ## run the integration tests
|
|||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh generate test-integration
|
||||
|
||||
validate: build ## validate gofmt, golint and go vet
|
||||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-gofmt validate-govet validate-golint validate-misspell
|
||||
$(DOCKER_RUN_TRAEFIK) ./script/make.sh validate-glide validate-gofmt validate-govet validate-golint validate-misspell
|
||||
|
||||
build: dist
|
||||
docker build $(DOCKER_BUILD_ARGS) -t "$(TRAEFIK_DEV_IMAGE)" -f build.Dockerfile .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue