build CI script

This commit is contained in:
Russ Magee 2022-04-09 11:50:24 -07:00
parent 3f6ee1e005
commit 81e3728c98
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ ls
############ ############
stage "Build" stage "Build"
############ ############
go clean -modcache
go clean -cache
make all make all
############ ############