Add support to push and deployment event

This commit is contained in:
Pascal Gauthier
2017-06-06 10:13:27 -04:00
parent e1a9a3cc38
commit ccb7f12a87
+4
View File
@@ -95,6 +95,10 @@ func setHelmCommand(p *Plugin) {
switch buildEvent {
case "push":
setPushEventCommand(p)
case "tag":
setPushEventCommand(p)
case "deployment":
setPushEventCommand(p)
case "delete":
setDeleteEventCommand(p)
default: