aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2020-08-04 16:42:45 -0400
committerGitHub <noreply@github.com>2020-08-04 16:42:45 -0400
commit560a099473f7249f3f21a7694536eaa6c2d5e8a3 (patch)
treed24d13d07f56898772ebd0645d60da5b196ae990
parent7368cbbd2fc25aea65a5c6e9e2082e5e30e64e62 (diff)
parent25daa7db42906f715329d1f15938e51b0a397c54 (diff)
Merge pull request #3822 from jellyfin/EraYaN-artifact-collection
Merge the args and commands item for the artifact collection
-rw-r--r--.ci/azure-pipelines-package.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml
index ab752d0d9..003d5baf0 100644
--- a/.ci/azure-pipelines-package.yml
+++ b/.ci/azure-pipelines-package.yml
@@ -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: