Update build-testing.yml

This commit is contained in:
Zach Hilman
2019-07-20 21:53:23 -04:00
committed by GitHub
parent 0a6d0d05f6
commit fd98df19c9

View File

@@ -15,7 +15,7 @@ jobs:
displayName: 'Determine Testing Status'
inputs:
scriptSource: 'filePath'
scriptPath: '../scripts/merge/check-label-presence.py'
scriptPath: '.ci/scripts/merge/check-label-presence.py'
arguments: '$(System.PullRequest.PullRequestNumber) create-testing-build'
- ${{ if eq(variables.enabletesting, 'true') }}:
- template: ./sync-source.yml
@@ -27,4 +27,4 @@ jobs:
matchLabel: 'testing-merge'
- template: ./build-single.yml
parameters:
artifactSource: 'false'
artifactSource: 'false'