Skip to content

Commit 4f2ef31

Browse files
committed
azure-pipelines-rpi: enable artifacts uploading for rpi-6.12.y branch
Add rpi-6.12.y branch to the condition for the uploading artifacts jobs. Signed-off-by: Andreea Andrisan <[email protected]>
1 parent 0da8b75 commit 4f2ef31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-rpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ stages:
8282
- job: Push_to_SWDownloads
8383
condition: and(
8484
succeeded(),
85-
or(eq(variables['Build.SourceBranch'], 'refs/heads/rpi-6.1.y'),
85+
or(eq(variables['Build.SourceBranch'], 'refs/heads/rpi-6.12.y'),
8686
eq(variables['Build.SourceBranch'], 'refs/heads/rpi-6.6.y'))
8787
)
8888
pool:
@@ -103,7 +103,7 @@ stages:
103103
- job: Push_to_Artifactory
104104
condition: and(
105105
succeeded(),
106-
or(eq(variables['Build.SourceBranch'], 'refs/heads/rpi-6.1.y'),
106+
or(eq(variables['Build.SourceBranch'], 'refs/heads/rpi-6.12.y'),
107107
eq(variables['Build.SourceBranch'], 'refs/heads/rpi-6.6.y'))
108108
)
109109
pool:

0 commit comments

Comments
 (0)