CI: allow failure for aport linting check

This commit is contained in:
Alexey Min 2020-01-13 17:01:01 +03:00
parent 8760409717
commit 1110dab8d5
No known key found for this signature in database
GPG key ID: 463F84201DACD7B9

View file

@ -89,6 +89,7 @@ aport-lint:
- .gitlab-ci/apkbuild-linting.py
only:
- merge_requests
allow_failure: true
# kernel kconfig check
kernel-kconfig: