Merge pull request #79 from josmo/drone-rc-release-fix

Drone rc release fix
This commit is contained in:
Ivan Pedrazas
2018-11-16 10:56:51 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ pipeline:
pull: true
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- dep ensure -update
test:
image: golang:1.10
+1 -1
View File
@@ -149,7 +149,7 @@ func setHelmCommand(p *Plugin) {
setDeleteCommand(p)
default:
switch os.Getenv("DRONE_BUILD_EVENT") {
case "push", "tag", "deployment", "pull_request":
case "push", "tag", "deployment", "pull_request", "promote", "rollback":
setUpgradeCommand(p)
case "delete":
setDeleteCommand(p)