Skip to content

Commit cc9d089

Browse files
committed
Merge branch 'publish-fix'
Conflicts: tools/epfl-publish
2 parents 4bbfed3 + b16cbcd commit cc9d089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/epfl-publish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ else
2525
echo "Publishing nightly build to $publish_to"
2626
# Archive Scala nightly distribution
2727
rsync -az dists/archives/ "$publish_to/distributions"
28-
# don't publish docs in 2.8.x
29-
[[ $version == "2.8.x" ]] || rsync -az build/scaladoc/ "$publish_to/docs"
28+
# only publish scaladoc nightly for trunk
29+
[[ $version == "master" ]] && rsync -az build/scaladoc/ "$publish_to/docs"
3030
# sbaz
3131
[[ -d dists/sbaz ]] && rsync -az dists/sbaz/ "$publish_to/sbaz"
3232
fi

0 commit comments

Comments
 (0)