Skip to content

Commit 82e4365

Browse files
committed
fix: scope
1 parent 0c0b9b1 commit 82e4365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vars/uploadPackages.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ def call(String repoDistribution, String repoModule, Boolean setupPromotion = fa
3636
""",
3737
returnStdout: true
3838
).trim()
39-
}
4039

41-
if (status != "200") {
42-
error("Returned status code = $status")
40+
if (status != "200") {
41+
error("Returned status code = $status")
42+
}
4343
}
4444
}
4545

0 commit comments

Comments
 (0)