Install the go-bindata binary before build
This commit is contained in:
parent
431fba6120
commit
369c9dab16
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue