mirror of
https://github.com/Readarr/Readarr
synced 2025-12-13 20:04:33 +01:00
Update Discord Notification Job
[skip ci]
This commit is contained in:
parent
2f13fe0760
commit
e48ed1806c
1 changed files with 2 additions and 2 deletions
|
|
@ -868,7 +868,7 @@ stages:
|
|||
- job:
|
||||
displayName: Discord Notification
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
vmImage: 'ubuntu-18.04'
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@2
|
||||
continueOnError: true
|
||||
|
|
@ -878,7 +878,7 @@ stages:
|
|||
artifactName: 'WindowsAutomationScreenshots'
|
||||
targetPath: $(Build.SourcesDirectory)
|
||||
- checkout: none
|
||||
- powershell: |
|
||||
- pwsh: |
|
||||
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Servarr/AzureDiscordNotify/master/DiscordNotify.ps1'))
|
||||
env:
|
||||
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
||||
|
|
|
|||
Loading…
Reference in a new issue