Skip to content

Commit 43164ba

Browse files
committed
CI: only deploy build artifacts on the Linux node
1 parent dc4be9b commit 43164ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh
3-
sh ci-build.sh
3+
# NB: Only the Linux CI node should deploy build artifacts.
4+
NO_DEPLOY=$(test "$(uname)" = Linux || echo 1) sh ci-build.sh

0 commit comments

Comments
 (0)