Skip to content

Commit ddd78b6

Browse files
committed
fix: correct expectation
1 parent 82e4365 commit ddd78b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/uploadPackages.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def call(String repoDistribution, String repoModule, Boolean setupPromotion = fa
3737
returnStdout: true
3838
).trim()
3939

40-
if (status != "200") {
40+
if (status != "201") {
4141
error("Returned status code = $status")
4242
}
4343
}

0 commit comments

Comments
 (0)