Merge pull request #28972 from Microsoft/jjh/commentcorrection
Fix incorrect comment Upstream-commit: 3676bad0411fafa823165d4510b8091198528288 Component: engine
This commit is contained in:
@@ -129,7 +129,7 @@ type Backend interface {
|
||||
ContainerWait(containerID string, timeout time.Duration) (int, error)
|
||||
// ContainerUpdateCmdOnBuild updates container.Path and container.Args
|
||||
ContainerUpdateCmdOnBuild(containerID string, cmd []string) error
|
||||
// ContainerCreateWorkdir creates the workdir (currently only used on Windows)
|
||||
// ContainerCreateWorkdir creates the workdir
|
||||
ContainerCreateWorkdir(containerID string) error
|
||||
|
||||
// ContainerCopy copies/extracts a source FileInfo to a destination path inside a container
|
||||
|
||||
Reference in New Issue
Block a user