ci_: remove jenkins commit check (#6121)
This commit is contained in:
parent
84e05cfe03
commit
581e4776c9
|
@ -114,18 +114,6 @@ pipeline {
|
|||
} }
|
||||
}
|
||||
|
||||
stage('Commit') {
|
||||
environment {
|
||||
BASE_BRANCH = "${env.BASE_BRANCH}"
|
||||
}
|
||||
when { // https://github.com/status-im/status-go/issues/4993#issuecomment-2022685544
|
||||
expression { isPRJob() }
|
||||
}
|
||||
steps { script {
|
||||
nix.shell('make commit-check', pure: false)
|
||||
} }
|
||||
}
|
||||
|
||||
stage('Lint') {
|
||||
steps { script {
|
||||
nix.shell('make lint', pure: true)
|
||||
|
|
Loading…
Reference in New Issue