diff --git a/yaml/converter/legacy/internal/config.go b/yaml/converter/legacy/internal/config.go index bce1f94..f3d90f4 100644 --- a/yaml/converter/legacy/internal/config.go +++ b/yaml/converter/legacy/internal/config.go @@ -61,6 +61,9 @@ func Convert(d []byte) ([]byte, error) { pipeline.Workspace.Base = from.Workspace.Base pipeline.Workspace.Path = from.Workspace.Path + if pipeline.Workspace.Path == "." { + pipeline.Workspace.Path = "" + } if len(from.Clone.Containers) != 0 { pipeline.Clone.Disable = true