Merge branch 'master' into config-fixup

This commit is contained in:
Joachim Hill-Grannec
2019-12-26 11:36:55 -08:00
committed by GitHub
8 changed files with 204 additions and 12 deletions

View File

@@ -69,6 +69,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":