mirror of https://github.com/v2ray/v2ray-core
fix var location
parent
cd7c08b05e
commit
3aab7d1dea
|
@ -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…
Reference in New Issue