We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c60f44 commit 353b50aCopy full SHA for 353b50a
.gitlab-ci.yml
@@ -113,21 +113,21 @@ stages:
113
check:coccicheck:
114
stage: check
115
extends: [ .rules-build ]
116
- image: szeder/coccinelle:1.1.0-1
+ image: linbit/coccinelle:1.2
117
script:
118
- make coccicheck
119
120
check:cocci-syntax:
121
122
123
124
125
- make cocci-syntax
126
127
check:check-compat:
128
129
130
131
132
- make check-compat
133
0 commit comments