Install the go-bindata binary before build

This commit is contained in:
Jan Dittberner 2018-03-29 22:08:59 +02:00
parent 431fba6120
commit 369c9dab16

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
sh "rm -rf '${GOPATH}/src/git.cacert.org' ; mkdir -p '${GOPATH}/src/git.cacert.org'"
sh "ln -s '${pwd()}' '${BUILDDIR}'"
sh "cd '${BUILDDIR}' ; go get -u github.com/golang/dep/cmd/dep && '${GOPATH}/bin/dep' ensure -v"
sh "go get -u github.com/shuLhan/go-bindata"
sh "go get -u github.com/shuLhan/go-bindata/go-bindata"
}
}
stage('Build') {