mirror of https://github.com/docker/compose.git
Update `make pre-commit` with more checks
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
97560f8ffc
commit
1ecf8b5c5b
2
Makefile
2
Makefile
|
@ -97,7 +97,7 @@ validate-go-mod: ## Validate go.mod and go.sum are up-to-date
|
|||
|
||||
validate: validate-go-mod validate-headers ## Validate sources
|
||||
|
||||
pre-commit: cli test e2e-local lint validate
|
||||
pre-commit: validate import-restrictions check-dependencies lint cli test e2e-local
|
||||
|
||||
build-aci-sidecar: ## build aci sidecar image locally and tag it with make build-aci-sidecar tag=0.1
|
||||
docker build -t docker/aci-hostnames-sidecar:$(tag) aci/etchosts
|
||||
|
|
Loading…
Reference in New Issue