We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43164ba commit 53b6733Copy full SHA for 53b6733
.github/build.sh
@@ -1,4 +1,10 @@
1
-#!/bin/sh
+#!/bin/bash
2
+echo "Downloading ci-build script..."
3
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh
4
+chmod +x ci-build.sh
5
+
6
# NB: Only the Linux CI node should deploy build artifacts.
-NO_DEPLOY=$(test "$(uname)" = Linux || echo 1) sh ci-build.sh
7
+export NO_DEPLOY=$(test "$(uname)" = Linux || echo 1)
8
9
+echo "Running ci-build script..."
10
+./ci-build.sh
0 commit comments