From: Frank Brehm Date: Thu, 29 Dec 2022 11:09:28 +0000 (+0100) Subject: Adding Github output sections into gitlab/linter.yaml X-Git-Tag: v1.0~24 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=83c6fd5d53c7831df7d524d25f821ed7d9f3c762;p=pixelpark%2Fpython-packaging.git Adding Github output sections into gitlab/linter.yaml --- diff --git a/gitlab/linter.yaml b/gitlab/linter.yaml index e9298de..7c62b74 100644 --- a/gitlab/linter.yaml +++ b/gitlab/linter.yaml @@ -19,9 +19,18 @@ Linter: - docker before_script: - locale -a - - apt update - - apt dist-upgrade --yes - - apt install --yes --no-install-recommends sudo locales gettext + - > + echo -e "\e[0Ksection_start:$( date +%s ):apt_update[collapsed=true]\r\e[0KAPT update ..." + apt update + echo -e "\e[0Ksection_end:$( date +%s ):apt_update\r\e[0K" + - > + echo -e "\e[0Ksection_start:$( date +%s ):dist_upgrade[collapsed=true]\r\e[0KAPT dist-upgrade ..." + apt dist-upgrade --yes + echo -e "\e[0Ksection_end:$( date +%s ):dist_upgrade\r\e[0K" + - > + echo -e "\e[0Ksection_start:$( date +%s ):install_additional[collapsed=true]\r\e[0KInstalling additional packages ..." + apt install --yes --no-install-recommends sudo locales gettext + echo -e "\e[0Ksection_end:$( date +%s ):install_additional\r\e[0K" - > if test -f /etc/locale.gen; then echo "/etc/locale.gen:"