mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 17:27:48 +00:00
ci/cd: fix warnings in azure pipeline (#8446)
This commit is contained in:
parent
15da37e6d0
commit
9b3172dfad
1 changed files with 4 additions and 6 deletions
|
@ -428,11 +428,10 @@ stages:
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadBuildArtifacts@0
|
||||||
displayName: Download artifacts for integration tests
|
displayName: Download artifacts for integration tests
|
||||||
inputs:
|
inputs:
|
||||||
patterns: '**/Jackett*'
|
downloadType: specific
|
||||||
path: $(Build.ArtifactStagingDirectory)
|
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Install Jackett (Windows only)
|
displayName: Install Jackett (Windows only)
|
||||||
|
@ -485,11 +484,10 @@ stages:
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
|
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadBuildArtifacts@0
|
||||||
displayName: Download Artifacts for Publish
|
displayName: Download Artifacts for Publish
|
||||||
inputs:
|
inputs:
|
||||||
patterns: '**/Jackett*'
|
downloadType: specific
|
||||||
path: $(Build.ArtifactStagingDirectory)
|
|
||||||
|
|
||||||
- task: GitHubRelease@1
|
- task: GitHubRelease@1
|
||||||
displayName: Create Github release
|
displayName: Create Github release
|
||||||
|
|
Loading…
Reference in a new issue