build CI script

This commit is contained in:
Russ Magee 2022-04-09 11:50:24 -07:00
parent 3f6ee1e005
commit 81e3728c98

View file

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