mirror of https://gogs.blitter.com/RLabs/xs
Wrong mod name -- remove go.{mod,sum} removal to see if it helps
This commit is contained in:
parent
4a0e03798d
commit
617985cddb
|
|
@ -25,11 +25,6 @@ echo "Building most recent push on branch $branch"
|
||||||
git checkout "$branch"
|
git checkout "$branch"
|
||||||
ls
|
ls
|
||||||
|
|
||||||
go clean -modcache
|
|
||||||
rm -f go.{mod,sum}
|
|
||||||
go mod init blitter.com/go/xs
|
|
||||||
go mod tidy
|
|
||||||
|
|
||||||
############
|
############
|
||||||
stage "Build"
|
stage "Build"
|
||||||
############
|
############
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue