skip shell local for now

pull/7866/head
Megan Marsh 6 years ago
parent 6f418d0e54
commit 7616fbcf3f

@ -44,13 +44,13 @@ type Config struct {
// used to track the data sent to shell-local from the builder
// GeneratedData
Ctx interpolate.Context
ctx interpolate.Context
}
func Decode(config *Config, raws ...interface{}) error {
// Create passthrough for build-generated data so we can fill it in once we know
// it
config.Ctx.Data = common.PlaceholderData()
// config.ctx.Data = common.PlaceholderData()
err := configHelper.Decode(&config, &configHelper.DecodeOpts{
Interpolate: true,

Loading…
Cancel
Save