From 8cdc7d8c4f7da2b2655ecc47cb69a3e38879ff26 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 13 Feb 2019 10:46:23 +0100 Subject: [PATCH] remove unused variables --- azure-pipelines.template.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index 0e20a8de..a9f60636 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -5,10 +5,6 @@ jobs: pool: vmImage: ${{ parameters.vmImage }} - variables: - GOPATH: '$(system.defaultWorkingDirectory)' - GOBIN: '$(GOPATH)/bin' - steps: - checkout: self - task: GoTool@0