Skip to content

Commit

Permalink
remove bad env default
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Oct 28, 2023
1 parent 7088c5b commit 05ba542
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions commands/cloud_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ func (s *KoolCloudSetup) Execute(args []string) (err error) {

s.Shell().Info(fmt.Sprintf("Setting up service container '%s' for deployment", serviceName))
deployConfig.Services[serviceName] = &cloud.DeployConfigService{
Environment: map[string]string{
"FOO": "bar",
},
Environment: map[string]string{},
}

// handle image/build config
Expand Down

0 comments on commit 05ba542

Please sign in to comment.