summaryrefslogtreecommitdiff
path: root/.gitlab-ci/ci.template
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-04-01 13:50:19 +0200
committerThomas Haller <thaller@redhat.com>2022-04-01 14:02:23 +0200
commitbb605eabc6aa761bf10fe3d9eb1bd15a01065edd (patch)
tree92ee682d376c0b34d63d243c6ac6d5429422052c /.gitlab-ci/ci.template
parent12299ee91e7950f3ee68057b0888fa34c02f1a29 (diff)
downloadNetworkManager-bb605eabc6aa761bf10fe3d9eb1bd15a01065edd.tar.gz
gitlab-ci: use "nm-python-black-format.sh" script on "check-tree"
Diffstat (limited to '.gitlab-ci/ci.template')
-rw-r--r--.gitlab-ci/ci.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index e85752e839..68b35849d4 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -220,7 +220,7 @@ check-tree:
- "{{pages_build.name}}:{{pages_build.version}}@container-prep"
stage: test
script:
- - date '+%Y%m%d-%H%M%S'; black --check . examples/python/gi/nm-wg-set
+ - date '+%Y%m%d-%H%M%S'; contrib/scripts/nm-python-black-format.sh --check
- date '+%Y%m%d-%H%M%S'; git ls-files -z -- 'po/*.po' | xargs -0 -n1 msgfmt -vc
- date '+%Y%m%d-%H%M%S'; contrib/scripts/nm-code-format.sh -n
- date '+%Y%m%d-%H%M%S'; ci-fairy generate-template && git diff --exit-code