mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 05:38:15 +02:00
gitlab-ci: check "examples/python/gi/nm-wg-set" with black
(cherry picked from commit 9fa59c156b)
This commit is contained in:
parent
4cddb12bbf
commit
da2c6eaae7
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ checkpatch:
|
||||||
script:
|
script:
|
||||||
- date '+%Y%m%d-%H%M%S'; dnf install -y git black
|
- 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'; 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
|
allow_failure: true
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue