We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bbfed3 + b16cbcd commit cc9d089Copy full SHA for cc9d089
tools/epfl-publish
@@ -25,8 +25,8 @@ else
25
echo "Publishing nightly build to $publish_to"
26
# Archive Scala nightly distribution
27
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"
+ # only publish scaladoc nightly for trunk
+ [[ $version == "master" ]] && rsync -az build/scaladoc/ "$publish_to/docs"
30
# sbaz
31
[[ -d dists/sbaz ]] && rsync -az dists/sbaz/ "$publish_to/sbaz"
32
fi
0 commit comments