mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Revert pipeline log changes
This commit is contained in:
@@ -367,18 +367,3 @@ stages:
|
|||||||
isDraft: true
|
isDraft: true
|
||||||
addChangeLog: true
|
addChangeLog: true
|
||||||
compareWith: lastNonDraftRelease
|
compareWith: lastNonDraftRelease
|
||||||
|
|
||||||
- task: PowerShell@2
|
|
||||||
displayName: Try and Find Logs 2
|
|
||||||
condition: always()
|
|
||||||
inputs:
|
|
||||||
workingDirectory: /
|
|
||||||
targetType: inline
|
|
||||||
script: |
|
|
||||||
Get-Content -Path /home/vsts/agents/**/_diag/Agent_*.log
|
|
||||||
Get-Content -Path /home/vsts/agents/**/_diag/Worker_*.log
|
|
||||||
|
|
||||||
- task: PublishBuildArtifacts@1
|
|
||||||
condition: always()
|
|
||||||
inputs:
|
|
||||||
pathtoPublish: /home/vsts/agents/**/_diag/
|
|
||||||
|
Reference in New Issue
Block a user