Skip to content

Commit

Permalink
Set GOCACHE in Jenkinsfile (oauth2-proxy#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
scervantes-stratio authored Jun 22, 2022
1 parent 0de6927 commit 30848a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hose {
ANCHORE_POLICY = "production"

DEV = { config ->
doUT(conf: config, parameters: "HOME=/go")
doUT(conf: config, parameters: "GOCACHE=/tmp")
doDocker(conf: config, image: 'oauth2-proxy')
}
}

0 comments on commit 30848a8

Please sign in to comment.