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:
parent
9a5c2d5481
commit
ef4ed73179
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user