From aab7cf2065a71d68f633faf40fe16a60e09dcdb0 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 9 Nov 2020 10:53:55 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 - .gitlab-ci/ci.template | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05d5861a1..f101ca2f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -783,7 +783,6 @@ checkpatch: - t_fedora:33 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 diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index be4f65158..eb8b67502 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