commit | 7c2be410c7a87de6e25164843a9283a3665b9e60 | [log] [tgz] |
---|---|---|
author | Test User <test@null.com> | Wed Jul 03 06:20:30 2019 +0000 |
committer | Test User <test@null.com> | Wed Jul 03 06:20:30 2019 +0000 |
tree | 2b0c0337b5340ca6db77d8e42ee1aadd857510f2 | |
parent | 3d7ad8e4c9e21479a02476a7821d329e1b496232 [diff] |
make sure kind is +x
diff --git a/voltha b/voltha index 5de767c..09ff441 100755 --- a/voltha +++ b/voltha
@@ -194,6 +194,7 @@ bspin - "Download and build Kubernetes/Kind" (set -x; rm -rf $GOPATH/go.mod $GOPATH/go.sum >>$LOG 2>&1) >>$LOG 2>&1 (set -x; curl -o $GOPATH/bin/kind -sSL https://github.com/kubernetes-sigs/kind/releases/download/v0.4.0/kind-$(go env GOHOSTOS)-$(go env GOARCH) >>$LOG 2>&1) >>$LOG 2>&1 + (set -x; chmod 755 $GOPATH/bin/kind >>$LOG 2>&1) >>$LOG 2>&1 espin - $VERIFIED fi