From 620b877517b61650363ee20a6302dda7db537416 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 29 Dec 2022 12:25:16 +0100 Subject: [PATCH] Adding Github output sections into .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2665186..da42af1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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." -- 2.39.5