From 85e1ff7505665b527541db0e8340cd5a932e4822 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Mon, 8 Dec 2025 21:46:41 -0800 Subject: [PATCH] added pull for CI testing --- bacillus/ci_pushbuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index d77c4a6..d40dde9 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -25,6 +25,7 @@ echo "Building most recent push on branch $branch" git checkout "$branch" ls +git pull go clean -modcache go mod init go mod tidy