From 0e13406151ea408223bb0223868ae6e04076cc33 Mon Sep 17 00:00:00 2001 From: Adam Babik Date: Wed, 12 Jun 2019 11:40:32 +0200 Subject: [PATCH] remove GOCACHE=off from Jenkinfile.xgo --- _assets/ci/Jenkinsfile.xgo | 1 - 1 file changed, 1 deletion(-) diff --git a/_assets/ci/Jenkinsfile.xgo b/_assets/ci/Jenkinsfile.xgo index 6434fb362..40bc419ea 100644 --- a/_assets/ci/Jenkinsfile.xgo +++ b/_assets/ci/Jenkinsfile.xgo @@ -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 {