From 4f01eb5012c5fd87453853a19fea7f8b7762c242 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Thu, 14 May 2020 18:48:06 +0200 Subject: [PATCH] Undo --- .gitlab-ci-template.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci-template.yml b/.gitlab-ci-template.yml index f53dc51..a9c4201 100644 --- a/.gitlab-ci-template.yml +++ b/.gitlab-ci-template.yml @@ -134,16 +134,6 @@ SanityReboot: variables: - $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "SanityReboot" -SanityRebootGitLabRunner: - <<: *default_settings_cron - tags: - - ansible-reboot-runner - script: - - ascr sanity reboot --limit=gitlabrunner ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS} - except: - variables: - - $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "SanityRebootGitLabRunner" - JailkitUpgrade: <<: *default_settings_cron script: -- GitLab