From 5d0cae1ba014f8be82c0a7d9faac2a2f4a0347c2 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:31:24 +0200
Subject: [PATCH] Update .gitlab-ci-template.yml

---
 .gitlab-ci-template.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci-template.yml b/.gitlab-ci-template.yml
index c26d47a..d93b006 100644
--- a/.gitlab-ci-template.yml
+++ b/.gitlab-ci-template.yml
@@ -26,7 +26,10 @@ stages:
 help:
   <<: *default_settings_cron
   script:
-    - echo -e "section_start:$( date +%s ):chat_reply\r\033[0K\n$( ls -la )\nsection_end:$( date +%s ):chat_reply\r\033[0K"
+    - # echo -e "section_start:$( date +%s ):chat_reply\r\033[0K\n$( ls -la )\nsection_end:$( date +%s ):chat_reply\r\033[0K"
+    - echo -e "section_start:$( date +%s ):chat_reply\r\033[0K\n"
+    - echo -e "Hallo world"
+    - echo -e "\nsection_end:$( date +%s ):chat_reply\r\033[0K"
   except:
     variables:
       - $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "help"
-- 
GitLab