We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c9072a + 589ab05 commit 21d5582Copy full SHA for 21d5582
scripts/build.sh
@@ -7,6 +7,11 @@ bash generate.sh
7
go install ./ ./client/
8
9
# update the docs based on the latest code
10
-pushd spec
11
-make docs
12
-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
13
+# generated documentation, disabling it is the best option for now.
14
15
+# pushd spec
16
+# make docs
17
+# popd
0 commit comments