Skip to content

Commit 26ffe69

Browse files
authored
[Task]: Unify pipeline develop and main config (#602)
* use system-queried branch value rather than hardcoding it
1 parent 4ea9734 commit 26ffe69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resources:
44
connection: ckan_ontario_theme_Webhook_SC
55
filters:
66
- path: ref
7-
value: "refs/heads/develop"
7+
value: "refs/heads/$(Build.SourceBranchName)"
88
repositories:
99
- repository: ods-edc-qa-automation
1010
type: git

0 commit comments

Comments
 (0)