We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f727495 commit 612d673Copy full SHA for 612d673
1 file changed
.github/build.sh
@@ -2,6 +2,8 @@
2
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh &&
3
sh ci-build.sh || { echo "Maven build failed. Skipping melting pot tests."; exit 1; }
4
5
+exit 0 # TEMP: Disable melting pot until issues are fixed.
6
+
7
# Helper method to get the last cache modified date as seconds since epoch
8
last_cache_modified () {
9
cache_modified=$(find ~/.cache/scijava/melting-pot -printf '%T@\n' | sort -r | head -n1)
0 commit comments