Make it so Jenkins can actually build
All checks were successful
timw4mail/gilo/pipeline/head This commit looks good

This commit is contained in:
Timothy Warren 2021-03-30 21:14:45 -04:00
parent ba99c45306
commit 87e742af5c

1
Jenkinsfile vendored
View File

@ -13,7 +13,6 @@ pipeline {
steps { steps {
echo 'Installing dependencies' echo 'Installing dependencies'
sh 'go version' sh 'go version'
sh 'go get -u golang.org/x/lint/golint'
} }
} }