diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index 741aa8d..ea20161 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -25,11 +25,6 @@ echo "Building most recent push on branch $branch" git checkout "$branch" ls -go clean -modcache -rm -f go.{mod,sum} -go mod init blitter.com/go/xs -go mod tidy - ############ stage "Build" ############