Run version function in srcdir
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
554987325b
commit
e4b8348823
2
build.go
2
build.go
@ -261,7 +261,7 @@ func buildPackage(ctx context.Context, script string, mgr manager.Manager) ([]st
|
|||||||
|
|
||||||
err = fn(
|
err = fn(
|
||||||
ctx,
|
ctx,
|
||||||
interp.Dir(filepath.Dir(script)),
|
interp.Dir(srcdir),
|
||||||
interp.StdIO(os.Stdin, buf, os.Stderr),
|
interp.StdIO(os.Stdin, buf, os.Stderr),
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user