Skip to content

Commit

Permalink
Merge pull request docker-archive#614 from LK4D4/fix_validate
Browse files Browse the repository at this point in the history
Fix hack/validate.sh
  • Loading branch information
vmarmol committed Jun 5, 2015
2 parents 07493c6 + 7da5189 commit ce1f2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e
# This script runs all validations

validate() {
export MAKEDIR=/go/src/github.com/docker/docker/hack/make
sed -i 's!docker/docker!docker/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
Expand Down

0 comments on commit ce1f2f1

Please sign in to comment.