Skip to content

Commit ad2f8ee

Browse files
committed
Drop repo_ref from jenkins.properties
It's propagated downstream by the '-main' build flows already
1 parent 6114b7c commit ad2f8ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/jobs/integrate/bootstrap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,6 @@ scalaVerToBinary() {
317317
determineScalaVersion() {
318318
cd $WORKSPACE
319319
parseScalaProperties "versions.properties"
320-
echo "repo_ref=2.12.x" >> $baseDir/jenkins.properties # for the -dist downstream jobs that build the actual archives
321-
322320

323321
# each of the branches below defines the following vars: SCALA_VER_BASE, SCALA_VER_SUFFIX, SCALADOC_SOURCE_LINKS_VER, publishToSonatype
324322
if [ -z "$SCALA_VER_BASE" ]; then

0 commit comments

Comments
 (0)