Browse Source
test: Check the format of the mender-convert* files
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
Changelog: None
2.4.x
Ole Petter
4 years ago
No known key found for this signature in database
GPG Key ID: 399DBE0F4D4B02EB
1 changed files with
2 additions and
1 deletions
-
.gitlab-ci.yml
|
|
@ -93,7 +93,8 @@ test:format: |
|
|
|
-kp \ |
|
|
|
-bn \ |
|
|
|
-w \ |
|
|
|
${SCRIPTS} |
|
|
|
${SCRIPTS} \ |
|
|
|
mender-convert* |
|
|
|
# Print diff |
|
|
|
- git diff HEAD |
|
|
|
# Actual test: exits with non zero status if diff |
|
|
|