(plan PushPlan)
| 17 | } |
| 18 | |
| 19 | func ShouldStagePackage(plan PushPlan) bool { |
| 20 | return !plan.NoStart && plan.DropletPath == "" |
| 21 | } |
| 22 | |
| 23 | func ShouldCreateDeployment(plan PushPlan) bool { |
| 24 | return plan.Strategy != "" |
no outgoing calls
no test coverage detected