File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ -f release.properties ]; then
7
7
fi
8
8
9
9
# Run the SciJava CI build script.
10
- curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master /ci-build.sh &&
10
+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main /ci-build.sh &&
11
11
sh ci-build.sh || { echo " Maven build failed. Skipping melting pot tests." ; exit 1; }
12
12
13
13
# Skip melting pot if cutting a release.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master /ci-setup-github-actions.sh
2
+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main /ci-setup-github-actions.sh
3
3
sh ci-setup-github-actions.sh
4
4
5
5
# Install needed packages.
You can’t perform that action at this time.
0 commit comments