1
0
Fork 0

Make it so Jenkins can actually build
timw4mail/gilo/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2021-03-30 20:51:08 -04:00
parent 098cbbe3ed
commit 2c5eaa3291
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -8,8 +8,8 @@ pipeline {
stages {
stage('Setup') {
steps {
sh "mkdir .cache"
sh "chmod 777 .cache"
sh "mkdir -p /.cache/go-build"
sh "chmod 777 /.cache/go-build"
}
}
stage('Build') {