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