1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-24 16:56:10 +00:00

ci/cd: fix warnings in azure pipeline (#8446)

This commit is contained in:
Diego Heras 2020-04-30 20:13:36 +02:00 committed by GitHub
parent 15da37e6d0
commit 9b3172dfad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -428,11 +428,10 @@ stages:
steps:
- checkout: self
- task: DownloadPipelineArtifact@2
- task: DownloadBuildArtifacts@0
displayName: Download artifacts for integration tests
inputs:
patterns: '**/Jackett*'
path: $(Build.ArtifactStagingDirectory)
downloadType: specific
- task: PowerShell@2
displayName: Install Jackett (Windows only)
@ -485,11 +484,10 @@ stages:
steps:
- checkout: self
- task: DownloadPipelineArtifact@2
- task: DownloadBuildArtifacts@0
displayName: Download Artifacts for Publish
inputs:
patterns: '**/Jackett*'
path: $(Build.ArtifactStagingDirectory)
downloadType: specific
- task: GitHubRelease@1
displayName: Create Github release