mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 01:37:44 +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: /
|
workingDirectory: /
|
||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
Get-Childitem –Path / -Recurse
|
Get-Childitem –Path /home -Recurse
|
||||||
|
|
||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
displayName: Try and Find Logs 3
|
displayName: Try and Find Logs 3
|
||||||
|
@ -384,4 +384,4 @@ stages:
|
||||||
workingDirectory: /
|
workingDirectory: /
|
||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
ls -LR /_diag
|
ls -LR /home
|
||||||
|
|
Loading…
Reference in a new issue