Skip to content

Commit 589ab05

Browse files
committed
scripts/build.sh: disabled regeneration of RAML-based documentation which is currently failing due to atrophy
Signed-off-by: Bill Robinson <[email protected]>
1 parent e00f6dd commit 589ab05

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

scripts/build.sh

+8-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ bash generate.sh
77
go install ./ ./client/
88

99
# update the docs based on the latest code
10-
pushd spec
11-
make docs
12-
popd
10+
11+
# NOTE: disabled on 2017/06/27 due to a breakage in the RAML Dockerfile. it's complaining
12+
# about a xhr2 package being missing or something. since we're not even using the
13+
# generated documentation, disabling it is the best option for now.
14+
15+
# pushd spec
16+
# make docs
17+
# popd

0 commit comments

Comments
 (0)