aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2020-08-04 22:35:23 +0200
committerGitHub <noreply@github.com>2020-08-04 22:35:23 +0200
commit25daa7db42906f715329d1f15938e51b0a397c54 (patch)
treed24d13d07f56898772ebd0645d60da5b196ae990
parent7368cbbd2fc25aea65a5c6e9e2082e5e30e64e62 (diff)
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: