From 7616fbcf3f023327c4162a2e370d5e817621693b Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 11 Dec 2019 13:10:07 -0800 Subject: [PATCH] skip shell local for now --- common/shell-local/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/shell-local/config.go b/common/shell-local/config.go index 2f3a06e6c..99070f295 100644 --- a/common/shell-local/config.go +++ b/common/shell-local/config.go @@ -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,