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

index 2665186ef167fbddbae8af5cf3036ff55819608c..da42af1027548fc814af2dcf8d3ac0ec9189cc78 100644 (file)
@@ -24,7 +24,10 @@ YAML-linter:
   tags:
     - docker
   script:
-    - apt install --yes yamllint
+    - >
+      echo -e "\e[0Ksection_start:$( date +%s ):install_yamllint[collapsed=true]\r\e[0KGenerate locales ...";
+      apt install --yes yamllint;
+      echo -e "\e[0Ksection_end:$( date +%s ):install_yamllint\r\e[0K"
     - python --version
     - yamllint --config-file .yamllint.yaml --strict --format colored .gitlab-ci.yml gitlab
     - echo "All YAML files ok."