components/resolver: Use database instead of file approach
This commit is contained in:
parent
f6b38f055d
commit
32107265d4
10 changed files with 165 additions and 103 deletions
|
|
@ -14,8 +14,6 @@ type Control struct {
|
|||
component.ComponentBase
|
||||
|
||||
Servables []component.Servable
|
||||
|
||||
ResolverFile string // TODO: this shouldn't be needed!
|
||||
}
|
||||
|
||||
func (control Control) Name() string {
|
||||
|
|
@ -48,7 +46,6 @@ func (control *Control) Stack(env environment.Environment) component.StackWithRe
|
|||
"SELF_RESOLVER_BLOCK_FILE": control.Config.SelfResolverBlockFile,
|
||||
},
|
||||
|
||||
TouchFiles: []string{control.ResolverFile},
|
||||
CopyContextFiles: []string{core.Executable},
|
||||
})
|
||||
return stt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue