Skip to content

Commit 05ba542

Browse files
committed
remove bad env default
1 parent 7088c5b commit 05ba542

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

commands/cloud_setup.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ func (s *KoolCloudSetup) Execute(args []string) (err error) {
9090

9191
s.Shell().Info(fmt.Sprintf("Setting up service container '%s' for deployment", serviceName))
9292
deployConfig.Services[serviceName] = &cloud.DeployConfigService{
93-
Environment: map[string]string{
94-
"FOO": "bar",
95-
},
93+
Environment: map[string]string{},
9694
}
9795

9896
// handle image/build config

0 commit comments

Comments
 (0)