mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 09:20:37 +00:00
Try and find azure logs
This commit is contained in:
parent
368947a061
commit
6c67b7a8de
1 changed files with 2 additions and 2 deletions
|
@ -375,7 +375,7 @@ stages:
|
|||
workingDirectory: /
|
||||
targetType: inline
|
||||
script: |
|
||||
Get-Childitem –Path / -Recurse
|
||||
Get-Childitem –Path /home -Recurse
|
||||
|
||||
- task: Bash@3
|
||||
displayName: Try and Find Logs 3
|
||||
|
@ -384,4 +384,4 @@ stages:
|
|||
workingDirectory: /
|
||||
targetType: inline
|
||||
script: |
|
||||
ls -LR /_diag
|
||||
ls -LR /home
|
||||
|
|
Loading…
Reference in a new issue