Skip to content

Commit 21d5582

Browse files
authored
Merge pull request #67 from dseevr/disable_raml_generation
scripts/build.sh: disabled regeneration of RAML-based documentation which is currently failing due to atrophy
2 parents 9c9072a + 589ab05 commit 21d5582

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)