Compare commits
No commits in common. "3a692e4a3423158c92239a65e170cfa81467c5a1" and "f992fd6a6d67947167fc967ef16101829468a2a0" have entirely different histories.
3a692e4a34
...
f992fd6a6d
|
@ -83,10 +83,7 @@ jobs:
|
||||||
throw "no artifacts found"
|
throw "no artifacts found"
|
||||||
}
|
}
|
||||||
if (urlList.length != 10) {
|
if (urlList.length != 10) {
|
||||||
// found too many artifacts
|
throw "there should be exactly 10 artifacts"
|
||||||
// list them and throw
|
|
||||||
console.log(urlList);
|
|
||||||
throw "there should be exactly 10 artifacts, found " + urlList.length + " artifacts"
|
|
||||||
}
|
}
|
||||||
return urlList.join(",")
|
return urlList.join(",")
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue