Skip to content

Commit

Permalink
fix loader.go
Browse files Browse the repository at this point in the history
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
  • Loading branch information
idsulik committed Nov 27, 2024
1 parent 7a2f9a9 commit e608b09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,10 @@ func modelToProject(dict map[string]interface{}, opts *Options, configDetails ty
}

project, err = project.WithServicesLabelsResolved(opts.discardEnvFiles)
if err != nil {
return nil, err
}

return project, nil
}

Expand Down

0 comments on commit e608b09

Please sign in to comment.