summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-05-01 11:02:02 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-05-01 11:02:35 -0700
commit3fe3048d48a59bf6d45a1a8772630b93e783f78d (patch)
tree5a6cf19c80692745e44ea791178d75b826d774ef /scripts
parent6a185e3c97b79716576725f1ecf0ba629e83951d (diff)
downloadscala-3fe3048d48a59bf6d45a1a8772630b93e783f78d.tar.gz
scala-3fe3048d48a59bf6d45a1a8772630b93e783f78d.tar.bz2
scala-3fe3048d48a59bf6d45a1a8772630b93e783f78d.zip
PR validation publishes zinc to $prRepoUrl
Companion to https://github.com/scala-ide/uber-build/pull/73
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jobs/integrate/ide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/jobs/integrate/ide b/scripts/jobs/integrate/ide
index 5c1e6199e3..1651ad2892 100755
--- a/scripts/jobs/integrate/ide
+++ b/scripts/jobs/integrate/ide
@@ -23,7 +23,7 @@ echo "maven.version.number=$scalaVersion" >> versions.properties
# pass prRepoUrl in, which uber-build passes along to dbuild (in sbt-builds-for-ide)
# the "-P pr-scala" maven arg accomplishes the same thing for maven (directly used in uber-build)
-BASEDIR="$baseDir" prRepoUrl="$prRepoUrl" MAVEN_ARGS="-P pr-scala"\
+BASEDIR="$baseDir" prRepoUrl="$prRepoUrl" IDE_M2_REPO="$prRepoUrl" MAVEN_ARGS="-P pr-scala"\
$uberBuildDir/uber-build.sh $uberBuildDir/config/$uberBuildConfig $repo_ref $scalaVersion
# uber-build puts its local repo under target/m2repo