diff --git a/Jenkinsfile b/Jenkinsfile index cda53cf..8219948 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,8 @@ pipeline { sh """ export pwd - ls -l + ls -l + make tools make build """ } diff --git a/Makefile b/Makefile index 15f90e7..f7d901f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ #.PHONY: fmt vet build clean tools: - go install github.com/jstemmer/go-junit-report/v2@latest go install git.wamblee.org/public/gotools/cmd/go2junit@v0.0.3 fmt: