From 81e3728c98a188a9a830b531f2a2fa069b94ff82 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sat, 9 Apr 2022 11:50:24 -0700 Subject: [PATCH] build CI script --- bacillus/ci_pushbuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index 3b59c8c..2d082ca 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -27,6 +27,8 @@ ls ############ stage "Build" ############ +go clean -modcache +go clean -cache make all ############