Closed webfrank closed 3 years ago
I'm not sure how I missed this... Sorry for the late response. Please replace your notify step with some generic image and echo something. If this also doesn't work your problem is your pipeline and you should either refer to the Drone documentation or their community to locate and resolve your issue.
Hi, I forgot about this issue. The problem was in gogs not firing the correct webhook. Updating gogs made the pipeline work again with failure and success email. Sorry to not have closed before the issue.
Hi, I have a pipeline with a trigger and the notify with a when condition but the email is not sent:
`kind: pipeline type: docker name: build
steps:
trigger: event:
This pipeline fires whenever I tag a version but the notify step is skipped also without the include:)