summaryrefslogtreecommitdiff
path: root/.ci/templates
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-09-30 13:43:34 -0400
committerGravatar Zach Hilman2019-09-30 13:43:34 -0400
commit4ea425d6cf8b77a989203a8d9771b78da7c48c96 (patch)
tree2f6c5cb12b610610662c349d9448f9c7796850c5 /.ci/templates
parentci: Populate patreon PRs on public repository (diff)
downloadyuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.tar.gz
yuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.tar.xz
yuzu-4ea425d6cf8b77a989203a8d9771b78da7c48c96.zip
ci: Correct arguments for mergebot script
Diffstat (limited to '.ci/templates')
-rw-r--r--.ci/templates/mergebot-private.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/templates/mergebot-private.yml b/.ci/templates/mergebot-private.yml
index 0ba6d5434..f9a40cf61 100644
--- a/.ci/templates/mergebot-private.yml
+++ b/.ci/templates/mergebot-private.yml
@@ -19,12 +19,12 @@ steps:
19 inputs: 19 inputs:
20 scriptSource: 'filePath' 20 scriptSource: 'filePath'
21 scriptPath: '.ci/scripts/merge/apply-patches-by-label.py' 21 scriptPath: '.ci/scripts/merge/apply-patches-by-label.py'
22 arguments: '${{ parameters.matchLabel }} $(MergeTaglinePrivate)\ Public patches-mixed-public' 22 arguments: '${{ parameters.matchLabel }} "$(MergeTaglinePrivate) Public" patches-mixed-public'
23 workingDirectory: '$(System.DefaultWorkingDirectory)' 23 workingDirectory: '$(System.DefaultWorkingDirectory)'
24 - task: PythonScript@0 24 - task: PythonScript@0
25 displayName: 'Discover, Download, and Apply Patches (Patreon Private)' 25 displayName: 'Discover, Download, and Apply Patches (Patreon Private)'
26 inputs: 26 inputs:
27 scriptSource: 'filePath' 27 scriptSource: 'filePath'
28 scriptPath: '.ci/scripts/merge/apply-patches-by-label-private.py' 28 scriptPath: '.ci/scripts/merge/apply-patches-by-label-private.py'
29 arguments: '$(PrivateMergeUser) ${{ parameters.matchLabel }} $(MergeTaglinePrivate)\ Private patches-private' 29 arguments: '$(PrivateMergeUser) ${{ parameters.matchLabel }} "$(MergeTaglinePrivate) Private" patches-private'
30 workingDirectory: '$(System.DefaultWorkingDirectory)' 30 workingDirectory: '$(System.DefaultWorkingDirectory)'