Merge pull request #481 from jfrazelle/cleanup-old-hack-dir
cleanup old hack dir
This commit is contained in:
commit
96530dbe27
|
@ -1,16 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# This script runs all validations
|
|
||||||
|
|
||||||
validate() {
|
|
||||||
export MAKEDIR=/go/src/github.com/docker/docker/hack/make
|
|
||||||
sed -i 's!docker/docker!opencontainers/runc/libcontainer!' /go/src/github.com/docker/docker/hack/make/.validate
|
|
||||||
bash /go/src/github.com/docker/docker/hack/make/validate-dco
|
|
||||||
bash /go/src/github.com/docker/docker/hack/make/validate-gofmt
|
|
||||||
go get golang.org/x/tools/cmd/vet
|
|
||||||
bash /go/src/github.com/docker/docker/hack/make/validate-vet
|
|
||||||
}
|
|
||||||
|
|
||||||
# run validations
|
|
||||||
validate
|
|
Loading…
Reference in New Issue