Browse Source

Update azure-pipelines.yml

pull/2667/head
RPRX 4 years ago committed by GitHub
parent
commit
6653b8ac81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -42,7 +42,7 @@ jobs:
- checkout: self - checkout: self
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.14.4' version: '1.14.6'
- script: | - script: |
bash ./testing/coverage/coverall bash ./testing/coverage/coverall
workingDirectory: '$(Build.SourcesDirectory)' workingDirectory: '$(Build.SourcesDirectory)'
@ -66,7 +66,7 @@ jobs:
- checkout: self - checkout: self
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.14.4' version: '1.14.6'
- script: | - script: |
mkdir triggersrc mkdir triggersrc
ls -I "triggersrc" | xargs cp -rf -t triggersrc ls -I "triggersrc" | xargs cp -rf -t triggersrc

Loading…
Cancel
Save