aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d/70_doc
diff options
context:
space:
mode:
authorMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-11-23 11:15:23 +1100
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-11-23 11:49:37 +1100
commit789089b5d3e734215c31ec380e3a92fd1481e917 (patch)
treee22cf4b31fe59706c3b0a79a5b0b7d77fd5875a0 /INSTALL/tasks.d/70_doc
parent5042595cb8fbd042a44f4232be05b0053fdc60d0 (diff)
parentc73cbb927b3b38c9babc28e03d5673d97a238359 (diff)
We can avoid the crash when building by specifying the command line argument --no-tty. Bug-SPEC-1971 Change-Id: If8afd5e7ad659a29205a8bd3968e5e128dcff2b2 Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'INSTALL/tasks.d/70_doc')
-rw-r--r--INSTALL/tasks.d/70_doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL/tasks.d/70_doc b/INSTALL/tasks.d/70_doc
index fc7ab58..4c658fe 100644
--- a/INSTALL/tasks.d/70_doc
+++ b/INSTALL/tasks.d/70_doc
@@ -11,6 +11,6 @@ if [[ -z $(which node) ]]; then
fi
# tools used to generate developer website (https://github.com/automotive-grade-linux/docs-agl)
-curl -v --connect-timeout 60 --retry 3 -sSL https://rvm.io/mpapis.asc | gpg --import - \
+curl -v --connect-timeout 60 --retry 3 -sSL https://rvm.io/mpapis.asc | gpg --import --no-tty - \
&& curl -v --connect-timeout 60 --retry 3 -sSL https://get.rvm.io | bash -s stable --ruby --gems=jekyll