소스 검색

skip includes preparing publish

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 1 개월 전
부모
커밋
2d569916fe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.SkipConsistencyCheck = true
 		options.ResolvePaths = true
+		options.SkipInclude = true
 		options.Profiles = project.Profiles
 	})
 	if err != nil {