remove GOCACHE=off from Jenkinfile.xgo
This commit is contained in:
parent
1c33220834
commit
0e13406151
|
@ -33,7 +33,6 @@ pipeline {
|
|||
CI_DIR = "${env.STATUS_PATH}/_assets/ci"
|
||||
GOPATH = "${env.WORKSPACE}"
|
||||
PATH = "/usr/local/go/bin:${env.PATH}:${env.GOPATH}/bin"
|
||||
GOCACHE = "off"
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
Loading…
Reference in New Issue