Skip to content

Commit ddc40f5

Browse files
committed
Remove make lint from CI
1 parent 826226e commit ddc40f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Jenkinsfile

-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ pipeline {
2121
}
2222
}
2323

24-
stage('Static analysis') {
25-
steps {
26-
sh 'make lint'
27-
}
28-
}
29-
3024
stage('Build') {
3125
steps {
3226
sh 'make'

0 commit comments

Comments
 (0)