mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Separate package collection into a separate job
This commit is contained in:
parent
f67b9a01fe
commit
ce09f0e4e4
1 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,13 @@ jobs:
|
||||||
contents: '**'
|
contents: '**'
|
||||||
targetFolder: '/srv/repository/incoming/azure/$(Build.BuildNumber)/$(BuildConfiguration)'
|
targetFolder: '/srv/repository/incoming/azure/$(Build.BuildNumber)/$(BuildConfiguration)'
|
||||||
|
|
||||||
|
- job: Collect
|
||||||
|
displayName: 'Collect Artifacts'
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
|
steps:
|
||||||
- task: SSH@0
|
- task: SSH@0
|
||||||
displayName: 'Collect packages into repositories (unstable)'
|
displayName: 'Collect packages into repositories (unstable)'
|
||||||
condition: eq(variables['Build.SourceBranch'], 'refs/heads/package')
|
condition: eq(variables['Build.SourceBranch'], 'refs/heads/package')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue