fix default workspace path
This commit is contained in:
parent
9a5c2d5481
commit
ef4ed73179
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue