Skip to content

Commit 1047f68

Browse files
committed
Punt on IDE validation in 2.12.x
1 parent 70f960c commit 1047f68

File tree

1 file changed

+3
-0
lines changed
  • scripts/jobs/integrate

1 file changed

+3
-0
lines changed

scripts/jobs/integrate/ide

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# requires env: scalaVersion (specifies binary already built from above checkout), WORKSPACE (provided by jenkins), repo_ref (HEAD of the scala checkout),
44
# requires files: $baseDir/versions.properties (from checkout -- defines version numbers for modules used to build scala for dbuild...)
55

6+
echo "IDE integration not yet available on 2.12.x. Punting."
7+
exit 0
8+
69
# TODO: remove when integration is up and running
710
if [ "woele$_scabot_last" != "woele1" ]; then echo "Scabot didn't mark this as last commit -- skipping."; exit 0; fi
811

0 commit comments

Comments
 (0)