Merge "Add EnsureComplete config check during phase apply call"

This commit is contained in:
Zuul
2020-05-20 14:30:10 +00:00
committed by Gerrit Code Review
+4
View File
@@ -53,6 +53,10 @@ func (applyOptions *Options) Run() error {
globalConf := applyOptions.RootSettings.Config
if err = globalConf.EnsureComplete(); err != nil {
return err
}
kustomizePath, err := globalConf.CurrentContextEntryPoint(applyOptions.PhaseName)
if err != nil {
return err