fix(dependson): Fixes how depends-on are managed
- depends-on were not renamed - static files were not well managed - droping depends-on deployment to fast fixes #174 and #173
This commit is contained in:
@@ -130,7 +130,7 @@ func Convert(config ConvertOptions, dockerComposeFile ...string) error {
|
||||
// parse the compose files
|
||||
project, err := parser.Parse(config.Profiles, config.EnvFiles, dockerComposeFile...)
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
logger.Failure("Cannot parse compose files", err.Error())
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user