Skip to content

Commit

Permalink
CI: only deploy build artifacts on the Linux node
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Nov 7, 2023
1 parent dc4be9b commit 43164ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh
sh ci-build.sh
# NB: Only the Linux CI node should deploy build artifacts.
NO_DEPLOY=$(test "$(uname)" = Linux || echo 1) sh ci-build.sh

0 comments on commit 43164ba

Please sign in to comment.