We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b001e commit fc6d946Copy full SHA for fc6d946
.github/build.sh
@@ -10,10 +10,6 @@ fi
10
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh &&
11
sh ci-build.sh || { echo "Maven build failed. Skipping melting pot tests."; exit 1; }
12
13
-# TEMP: Disable melting pot until net.imagej:imagej and sc.fiji:fiji are released.
14
-echo "Skipping melting pot tests due to preemptive version bumps."
15
-exit 0
16
-
17
# Skip melting pot if cutting a release.
18
if [ "$releasing" ]; then
19
exit 0
0 commit comments