summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-09 10:53:55 +0100
committerThomas Haller <thaller@redhat.com>2020-11-09 10:53:55 +0100
commitaab7cf2065a71d68f633faf40fe16a60e09dcdb0 (patch)
treeeee28283633c740a75b834d419810a601e7e9279 /.gitlab-ci
parent86d3022ef523a8a6c876a8cd648b6b22b5855468 (diff)
gitlab-ci: don't explicitly install black/clang/gettext during checkpatch stage
"checkpatch" is based on the default image (currently fedora:33). It already has these dependencies installed.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/ci.template1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index be4f651588..eb8b67502e 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -198,7 +198,6 @@ checkpatch:
- t_{{pages_build.name}}:{{pages_build.version}}
stage: test
script:
- - date '+%Y%m%d-%H%M%S'; dnf install -y git black gettext /usr/bin/xargs which clang
- date '+%Y%m%d-%H%M%S'; black --check . examples/python/gi/nm-wg-set
- 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