remove GOCACHE=off from Jenkinfile.xgo

This commit is contained in:
Adam Babik 2019-06-12 11:40:32 +02:00
parent 1c33220834
commit 0e13406151
1 changed files with 0 additions and 1 deletions

View File

@ -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 {