Ver código fonte

skip includes preparing publish

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 1 mês atrás
pai
commit
2d569916fe
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      pkg/compose/publish.go

+ 1 - 0
pkg/compose/publish.go

@@ -242,6 +242,7 @@ func processFile(ctx context.Context, file string, project *types.Project, extFi
 		options.SkipExtends = true
 		options.SkipExtends = true
 		options.SkipConsistencyCheck = true
 		options.SkipConsistencyCheck = true
 		options.ResolvePaths = true
 		options.ResolvePaths = true
+		options.SkipInclude = true
 		options.Profiles = project.Profiles
 		options.Profiles = project.Profiles
 	})
 	})
 	if err != nil {
 	if err != nil {