]> Frank Brehm's Git Trees - pixelpark/python-packaging.git/commitdiff
Adding Github output sections into gitlab/linter.yaml
authorFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 11:09:28 +0000 (12:09 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 29 Dec 2022 11:09:28 +0000 (12:09 +0100)
gitlab/linter.yaml

index e9298de33602e823fa0b4502634cc359cc8f124d..7c62b74b29036271a01ff6b4f66ee151c45a6188 100644 (file)
@@ -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:"