From 3198ce843fd7651287ac6ec3ea7b6b70f5b4e88c Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 19 Mar 2022 18:40:37 +0530 Subject: [PATCH] testing emails on errors --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6c13ac8..8d0db73 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,5 +8,6 @@ pipeline: image: debian commands: - echo "Testing.." + - echo "exiting with failure code" && exit -1 # to test if Gitea emails user branches: [ master, feature/* ]