Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit ce1f2f1

Browse files
committed
Merge pull request #614 from LK4D4/fix_validate
Fix hack/validate.sh
2 parents 07493c6 + 7da5189 commit ce1f2f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/validate.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44
# This script runs all validations
55

66
validate() {
7+
export MAKEDIR=/go/src/github.com/docker/docker/hack/make
78
sed -i 's!docker/docker!docker/libcontainer!' /go/src/github.com/docker/docker/hack/make/.validate
89
bash /go/src/github.com/docker/docker/hack/make/validate-dco
910
bash /go/src/github.com/docker/docker/hack/make/validate-gofmt

0 commit comments

Comments
 (0)