We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4be9b commit 43164baCopy full SHA for 43164ba
.github/build.sh
@@ -1,3 +1,4 @@
1
#!/bin/sh
2
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh
3
-sh ci-build.sh
+# 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