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)