chore: fix release pipeline

We should only use the "tag" event and remove the promotion event. It
seems like we can't have both.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
Andrew Rynhard 2019-08-13 00:16:09 +00:00
parent 8726cdb772
commit e8355f07a0
2 changed files with 0 additions and 7 deletions

View File

@ -2369,9 +2369,6 @@ node:
trigger:
event:
- tag
- promote
target:
- release
---
kind: pipeline

View File

@ -354,11 +354,7 @@ local release_trigger = {
trigger: {
event: [
"tag",
"promote",
],
target: {
include: ["release"]
},
},
};