Skip to content

Commit 6efd688

Browse files
committed
sigh
1 parent 4c2fb8f commit 6efd688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/createArmhfMuslGcc.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def call(jenkins) {
1313
make install
1414
"""
1515

16-
tar(file = "arm-linux-musleabifh-cross.tar.gz", compress = true, dir = 'output', archive = true)
16+
tar(file: 'arm-linux-musleabifh-cross.tar.gz', compress: true, dir: 'output', archive: true)
1717
}
1818

1919
return createStage(name, options, action)

0 commit comments

Comments
 (0)