mirror of
https://github.com/harness/drone.git
synced 2025-05-11 14:40:05 +08:00
Force worker directory to use slash. Needed to use Drone on windows
This commit is contained in:
parent
90bf8130f8
commit
420131d3fa
@ -118,7 +118,7 @@ func (d *Docker) Do(c context.Context, r *worker.Work) {
|
||||
Commit: r.Commit.Sha,
|
||||
PR: r.Commit.PullRequest,
|
||||
Private: r.Repo.Private,
|
||||
Dir: filepath.Join("/var/cache/drone/src", git.GitPath(script.Git, path)),
|
||||
Dir: filepath.ToSlash(filepath.Join("/var/cache/drone/src", git.GitPath(script.Git, path))),
|
||||
Depth: git.GitDepth(script.Git),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user