Browse Source

fix var location

pull/2141/head
Shelikhoo 6 years ago
parent
commit
ebb2d66a50
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
  1. 9
      azure-pipelines.yml

9
azure-pipelines.yml

@ -36,8 +36,6 @@ jobs:
#variables: #variables:
# CODECOV_TOKEN: '$(coverage.token)' # CODECOV_TOKEN: '$(coverage.token)'
variables:
- group: GithubToken
steps: steps:
- checkout: self - checkout: self
@ -58,8 +56,11 @@ jobs:
vmImage: 'Ubuntu 16.04' vmImage: 'Ubuntu 16.04'
variables: variables:
GOPATH: '$(system.defaultWorkingDirectory)/gopath' - group: GithubToken
BAZEL_VER: '0.23.0' - name: GOPATH
value: '$(system.defaultWorkingDirectory)/gopath'
- name: BAZEL_VER
value: '0.23.0'
steps: steps:
- checkout: self - checkout: self

Loading…
Cancel
Save