1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00

fix default workspace path

This commit is contained in:
Brad Rydzewski 2017-08-04 16:17:16 -04:00
parent 9a5c2d5481
commit ef4ed73179

View File

@ -530,7 +530,7 @@ func (b *builder) Build() ([]*buildItem, error) {
),
compiler.WithEnviron(proc.Environ),
compiler.WithProxy(),
compiler.WithWorkspaceFromURL("/drone", b.Curr.Link),
compiler.WithWorkspaceFromURL("/drone", b.Repo.Link),
compiler.WithMetadata(metadata),
).Compile(parsed)