mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 14:37:08 +08:00
vendor: update compose-go to v1.19.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
7
vendor/github.com/compose-spec/compose-go/loader/paths.go
generated
vendored
7
vendor/github.com/compose-spec/compose-go/loader/paths.go
generated
vendored
@ -115,6 +115,13 @@ func ResolveServiceRelativePaths(workingDir string, s *types.ServiceConfig) {
|
||||
}
|
||||
s.Volumes[i].Source = resolveMaybeUnixPath(workingDir, vol.Source)
|
||||
}
|
||||
|
||||
if s.Develop != nil {
|
||||
for i, w := range s.Develop.Watch {
|
||||
w.Path = absPath(workingDir, w.Path)
|
||||
s.Develop.Watch[i] = w
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func absPath(workingDir string, filePath string) string {
|
||||
|
Reference in New Issue
Block a user