Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-23 16:53:44 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-23 16:53:57 +0300
commit8db7d198b277111737ff631242383382d5a375e1 (patch)
treeb1cf06d0816b508aa660f7982e205e30505a2bf1 /scripts/ci
parent93c67f2a3ccb3f4d2be10dfdd8b7f1fcc40f20f8 (diff)
[ci] Fix typo in sdks-archive.groovy
Diffstat (limited to 'scripts/ci')
-rw-r--r--scripts/ci/pipeline/sdks-archive.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci/pipeline/sdks-archive.groovy b/scripts/ci/pipeline/sdks-archive.groovy
index 4c56885491d..a70ee45355a 100644
--- a/scripts/ci/pipeline/sdks-archive.groovy
+++ b/scripts/ci/pipeline/sdks-archive.groovy
@@ -53,14 +53,14 @@ parallel (
"iOS (Xcode 11)": {
throttle(['provisions-ios-toolchain']) {
node ("xcode11") {
- archive ("ios", "release", "Darwin", "", "", "xcode11")
+ archive ("ios", "release", "Darwin", "", "", "", "xcode11")
}
}
},
"Mac (Xcode 11)": {
throttle(['provisions-mac-toolchain']) {
node ("xcode11") {
- archive ("mac", "release", "Darwin", "", "", "xcode11")
+ archive ("mac", "release", "Darwin", "", "", "", "xcode11")
}
}
},