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 ############