diff --git a/.gitlab-ci-template.yml b/.gitlab-ci-template.yml index c26d47aef7fc6bc1b7300d9aa8bad769171c4306..d93b006bed0d223a760bdefb4ffb457060e0e323 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"