We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afe9bb commit cd34bc5Copy full SHA for cd34bc5
pkg/actions/deploy.go
@@ -81,6 +81,7 @@ func NewDeploy(log logger.Logger, cfg *config.Project, opts *DeployOptions) *Dep
81
if opts.Targets == nil {
82
opts.Targets = util.NewTargetMatcher()
83
}
84
+
85
if opts.Skips == nil {
86
opts.Skips = util.NewTargetMatcher()
87
0 commit comments