make go-tools
This commit is contained in:
parent
b72e351c69
commit
2f2f3bf61a
|
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage ('Pre-Build') {
|
stage ('Pre-Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'go get -tags tools || true'
|
sh 'make go-tools'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue