summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-07-02 17:44:29 +0200
committerThomas Haller <thaller@redhat.com>2020-07-02 17:44:29 +0200
commit9fa59c156bd1f5e281ee65ab954adf32628ea5f5 (patch)
tree382c86a95f0a329816926ad0f1a2c2c2c9453f86
parent38b7556c6566fb580063b8c7dd3a5723caae5961 (diff)
downloadNetworkManager-9fa59c156bd1f5e281ee65ab954adf32628ea5f5.tar.gz
gitlab-ci: check "examples/python/gi/nm-wg-set" with black
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 389da67218..253bf7593b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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