Merge pull request #3822 from jellyfin/EraYaN-artifact-collection

Merge the args and commands item for the artifact collection
pull/3825/head
Joshua M. Boniface 4 years ago committed by GitHub
commit 560a099473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,8 +133,7 @@ jobs:
inputs:
sshEndpoint: repository
runOptions: 'commands'
commands: sudo -n /srv/repository/collect-server.azure.sh
args: /srv/repository/incoming/azure $(Build.BuildNumber) unstable
commands: sudo -n /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) unstable
- task: SSH@0
displayName: 'Update Stable Repository'
@ -142,9 +141,8 @@ jobs:
inputs:
sshEndpoint: repository
runOptions: 'commands'
commands: sudo -n /srv/repository/collect-server.azure.sh
args: /srv/repository/incoming/azure $(Build.BuildNumber)
commands: sudo -n /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber)
- job: PublishNuget
displayName: 'Publish NuGet packages'
dependsOn:

Loading…
Cancel
Save