1
0
Fork 0

Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2021-03-30 21:14:45 -04:00
parent ba99c45306
commit 87e742af5c
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

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