Skip to content

Commit 612d673

Browse files
committed
Temporarily disable the mega melt
It will be reenabled after the pom-scijava 34.0.0 release.
1 parent f727495 commit 612d673

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh &&
33
sh ci-build.sh || { echo "Maven build failed. Skipping melting pot tests."; exit 1; }
44

5+
exit 0 # TEMP: Disable melting pot until issues are fixed.
6+
57
# Helper method to get the last cache modified date as seconds since epoch
68
last_cache_modified () {
79
cache_modified=$(find ~/.cache/scijava/melting-pot -printf '%T@\n' | sort -r | head -n1)

0 commit comments

Comments
 (0)