Update azure-pipelines.yml

pull/2531/head
Kslr 5 years ago committed by Nicholas Wang
parent 75183b8961
commit 43fb76ac62
No known key found for this signature in database
GPG Key ID: F20CA399C9BD9100

@ -42,7 +42,7 @@ jobs:
- checkout: self
- task: GoTool@0
inputs:
version: '1.14.3'
version: '1.14.x'
- script: |
bash ./testing/coverage/coverall
workingDirectory: '$(Build.SourcesDirectory)'
@ -54,8 +54,13 @@ jobs:
timeoutInMinutes: 60
pool:
<<<<<<< HEAD
vmImage: 'Ubuntu 16.04'
=======
vmImage: 'ubuntu-latest'
>>>>>>> f099c1e5... Update azure-pipelines.yml
variables:
- group: GithubToken
- name: GOPATH
@ -67,7 +72,7 @@ jobs:
- checkout: self
- task: GoTool@0
inputs:
version: '1.14.3'
version: '1.14.x'
- script: |
mkdir triggersrc
ls -I "triggersrc" | xargs cp -rf -t triggersrc

Loading…
Cancel
Save