makes lint fail the build
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
This commit is contained in:
parent
1c00a06c10
commit
403295b2b4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -40,7 +40,7 @@ pipeline {
|
|||||||
PATH="${env.PATH}:${env.GOPATH}/bin"
|
PATH="${env.PATH}:${env.GOPATH}/bin"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'golint ./...'
|
sh 'golint -set_exit_status ./...'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user