testing emails on errors
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-03-19 18:40:37 +05:30
parent 4657105e3e
commit 3198ce843f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -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/* ]