Skip to content

Commit

Permalink
scripts/build.sh: disabled regeneration of RAML-based documentation w…
Browse files Browse the repository at this point in the history
…hich is currently failing due to atrophy

Signed-off-by: Bill Robinson <dseevr@users.noreply.github.com>
  • Loading branch information
dseevr committed Jun 27, 2017
1 parent e00f6dd commit 589ab05
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ bash generate.sh
go install ./ ./client/

# update the docs based on the latest code
pushd spec
make docs
popd

# NOTE: disabled on 2017/06/27 due to a breakage in the RAML Dockerfile. it's complaining
# about a xhr2 package being missing or something. since we're not even using the
# generated documentation, disabling it is the best option for now.

# pushd spec
# make docs
# popd

0 comments on commit 589ab05

Please sign in to comment.