1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 14:56:33 -04:00

fix var location

This commit is contained in:
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

View File

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