1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3172 from joshuaboniface/azure-pre

Send SourceBranch to collect-server.azure.sh
This commit is contained in:
Joshua M. Boniface 2021-11-13 15:30:11 -05:00 committed by GitHub
commit 9c647741ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,4 +119,4 @@ jobs:
inputs:
sshEndpoint: repository
runOptions: 'inline'
inline: 'sudo /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber)'
inline: 'sudo /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) $(Build.SourceBranch)'