From de2c9593ed742eb7d0591087e6d3ffb62b1d197f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Haas?= <juergen.haas@lakedrops.com> Date: Sat, 10 Oct 2020 11:24:54 +0200 Subject: [PATCH] Update .gitlab-ci-template.yml --- .gitlab-ci-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci-template.yml b/.gitlab-ci-template.yml index b84a7b9..c26d47a 100644 --- a/.gitlab-ci-template.yml +++ b/.gitlab-ci-template.yml @@ -26,7 +26,7 @@ stages: help: <<: *default_settings_cron script: - - echo "Hello world" + - echo -e "section_start:$( date +%s ):chat_reply\r\033[0K\n$( ls -la )\nsection_end:$( date +%s ):chat_reply\r\033[0K" except: variables: - $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "help" -- GitLab