Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: do not update state status when catching lint errors (#255) (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Sep 2, 2020
1 parent 31d0b2c commit 8aabdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pipeline {
unstash 'source'
withGoEnv(version: "${GO_VERSION}"){
dir(BASE_DIR){
catchError(message: 'There were some failures when running pre-commit checks', buildResult: 'SUCCESS', stageResult: 'UNSTABLE') {
catchError(message: 'There were some failures when running pre-commit checks', buildResult: 'SUCCESS') {
sh script: '.ci/scripts/install-dependencies.sh', label: 'Install dependencies'
preCommit(commit: "${GIT_BASE_COMMIT}", junit: true)
}
Expand Down

0 comments on commit 8aabdf6

Please sign in to comment.