From 68c91699d2357c1988b6930019bbf5131e53b6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Thu, 31 Aug 2023 00:15:01 +0200 Subject: [PATCH] remove notify --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index ab503de..f800ab8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,10 +19,4 @@ steps: - chmod 0600 $PWD/id_rsa - ansible-galaxy collection install -r requirements.yaml - ansible-playbook -i inventory.yaml nightly.yaml - -- name: notify - image: drillster/drone-email - settings: - host: smtp.intra.tormakris.dev - from: drone@tormakris.dev -... \ No newline at end of file +...