mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Skip checkout for Publish CI pipelines
This commit is contained in:
parent
24a5bebabe
commit
831ce4da13
@ -13,7 +13,7 @@ jobs:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- checkout: none
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: Download the Windows Setup Artifact
|
displayName: Download the Windows Setup Artifact
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -15,7 +15,7 @@ jobs:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- checkout: none
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: Download the Windows Setup Artifact
|
displayName: Download the Windows Setup Artifact
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user