Skip to content

Commit

Permalink
twitter-server: Remove extraneous scaladoc generation
Browse files Browse the repository at this point in the history
Problem/Solution

We generate unidoc in the pushsite script but do not
use the generated docs. Let's stop generating them
until such time as we want to make them publicly
available in the site.

RB_ID=907068
  • Loading branch information
cacoco authored and jenkins committed Feb 6, 2017
1 parent 6e03ffc commit b5445a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pushsite.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ trap "rm -fr $dir" 0 1 2
echo 'making site...' 1>&2
./sbt --warn twitter-server-doc/make-site

echo 'making unidoc...' 1>&2
./sbt --warn unidoc

echo 'cloning...' 1>&2
git clone -b gh-pages --single-branch git@github.com:twitter/twitter-server.git $dir >/dev/null 2>&1

Expand Down

0 comments on commit b5445a0

Please sign in to comment.