We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a97bb commit d6af2f1Copy full SHA for d6af2f1
2 files changed
.github/build.sh
@@ -7,7 +7,7 @@ if [ -f release.properties ]; then
7
fi
8
9
# Run the SciJava CI build script.
10
-curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh &&
+curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-build.sh &&
11
sh ci-build.sh || { echo "Maven build failed. Skipping melting pot tests."; exit 1; }
12
13
# Skip melting pot if cutting a release.
.github/setup.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-setup-github-actions.sh
+curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-setup-github-actions.sh
3
sh ci-setup-github-actions.sh
4
5
# Install needed packages.
0 commit comments