Merge branch 'master' into testplan

This commit is contained in:
Erin Call
2019-12-26 12:08:30 -08:00
committed by GitHub
8 changed files with 204 additions and 12 deletions

View File

@@ -67,6 +67,7 @@ func determineSteps(cfg Config) *func(Config) []Step {
return &help
default:
switch cfg.DroneEvent {
// Note: These events are documented in docs/upgrade_settings.yml. Any changes here should be reflected there.
case "push", "tag", "deployment", "pull_request", "promote", "rollback":
return &upgrade
case "delete":