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
77fi
88
99# 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 &&
1111sh ci-build.sh || { echo " Maven build failed. Skipping melting pot tests." ; exit 1; }
1212
1313# Skip melting pot if cutting a release.
Original file line number Diff line number Diff line change 11#! /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
33sh ci-setup-github-actions.sh
44
55# Install needed packages.
You can’t perform that action at this time.
0 commit comments