From ebb2d66a501f3e998d8649ffdee228518293ac82 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Tue, 16 Apr 2019 16:46:37 +0800 Subject: [PATCH] fix var location --- azure-pipelines.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b1f25ec..f6859d04 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,8 +36,6 @@ jobs: #variables: # CODECOV_TOKEN: '$(coverage.token)' - variables: - - group: GithubToken steps: - checkout: self @@ -58,8 +56,11 @@ jobs: vmImage: 'Ubuntu 16.04' variables: - GOPATH: '$(system.defaultWorkingDirectory)/gopath' - BAZEL_VER: '0.23.0' + - group: GithubToken + - name: GOPATH + value: '$(system.defaultWorkingDirectory)/gopath' + - name: BAZEL_VER + value: '0.23.0' steps: - checkout: self