gitlab-ci: check "examples/python/gi/nm-wg-set" with black

This commit is contained in:
Thomas Haller 2020-07-02 17:44:29 +02:00
parent 38b7556c65
commit 9fa59c156b
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -79,7 +79,7 @@ checkpatch:
script:
- date '+%Y%m%d-%H%M%S'; dnf install -y git black
- date '+%Y%m%d-%H%M%S'; NM_CHECKPATCH_FETCH_UPSTREAM=1 contrib/scripts/checkpatch-feature-branch.sh 2>&1 | tee checkpatch-out.txt
- date '+%Y%m%d-%H%M%S'; black --check .
- date '+%Y%m%d-%H%M%S'; black --check . examples/python/gi/nm-wg-set
allow_failure: true
artifacts:
when: on_failure