aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/tasks.d
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-01-29 16:26:51 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2018-01-29 16:26:51 +0100
commitdc1ac33bcfd55b9df2ad39e653a63a930d09af31 (patch)
treefcebc339ffc535c8c527105d3e588cb45759e2b4 /INSTALL/tasks.d
parentcfe5f2cbcae4da5babb36ea708409f6e2d890984 (diff)
Improve gpg import key during image creation
Bug-fix: [SPEC-979] Change-Id: I242d8e077b8801659851ebf9f94a2362ee15f375 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'INSTALL/tasks.d')
-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 882e7d6..2d38490 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)
-gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \
+curl -sSL https://rvm.io/mpapis.asc | gpg --import - \
&& curl -sSL https://get.rvm.io | bash -s stable --ruby --gems=jekyll