From 9fa59c156bd1f5e281ee65ab954adf32628ea5f5 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 2 Jul 2020 17:44:29 +0200 Subject: [PATCH] gitlab-ci: check "examples/python/gi/nm-wg-set" with black --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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