fix var location

pull/2141/head
Shelikhoo 2019-04-16 16:46:37 +08:00
parent 40277a1460
commit ebb2d66a50
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 5 additions and 4 deletions

View File

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