We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e83b37 commit ed133edCopy full SHA for ed133ed
build-site.sh
@@ -26,6 +26,11 @@ else
26
INTER=""
27
fi
28
29
+# For the Linaro website, it is currently *NECESSARY*
30
+# to skip the Jekyll Doctor phase of the build process.
31
+# Jekyll Doctor falls over because of one of the gems
32
+# being used by the site.
33
+
34
docker run \
35
--cap-drop ALL \
36
--rm \
@@ -34,7 +39,7 @@ docker run \
39
$PORTS \
40
-e JEKYLL_ACTION \
41
-e JEKYLL_ENV \
37
- -e SKIP_JEKYLL_DOCTOR \
42
+ -e SKIP_JEKYLL_DOCTOR="true" \
38
43
-v /etc/passwd:/etc/passwd:ro \
44
-v /etc/group:/etc/group:ro \
45
-u "$(id -u)":"$(id -g)" \
0 commit comments