File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ determineScalaVersion() {
381
381
382
382
# TODO: publish nightly snapshot using this script
383
383
publishToSonatype=" no"
384
- echo " dist_ref =2.11.x" >> $baseDir /jenkins.properties # for the -dist downstream jobs that build the actual archives
384
+ echo " repo_ref =2.11.x" >> $baseDir /jenkins.properties # for the -dist downstream jobs that build the actual archives
385
385
else
386
386
echo " HEAD is tagged as $scalaTag ."
387
387
# borrowed from https://github.com/cloudflare/semver_bash/blob/master/semver.sh
@@ -552,8 +552,7 @@ bootstrap() {
552
552
# don't skip locker (-Dlocker.skip=1), or stability will fail
553
553
# overwrite "locker" version of scala at private-repo with bootstrapped version
554
554
cd $baseDir
555
- rm -rf build/
556
- git clean -fx # don't clean out the whole workspace, we need to keep the logs dirs etc
555
+ rm -rf build/ # must leave everything else in $baseDir for downstream jobs
557
556
558
557
ant -Dstarr.version=$SCALA_VER \
559
558
-Dextra.repo.url=$privateRepo \
You can’t perform that action at this time.
0 commit comments