From 66a42a3bb01df16137d8be4f56ea8faed7740bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Thu, 31 Aug 2023 00:13:26 +0200 Subject: [PATCH] remove notify --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index a7ec2cb..ef65327 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,10 +17,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 ...