From: garciadeblas Date: Thu, 27 Apr 2017 10:39:07 +0000 (+0200) Subject: Added sleep after getting apt key X-Git-Tag: v2.0.0~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=620c90b8935b4f266da31f99073f17429619da20;hp=53074020e60c9cd39c32a31fac57ac58e6811146;p=osm%2Fdevops.git Added sleep after getting apt key Change-Id: Ifb12efc1fe34b1ccfdd5dbfe4430662a15bf30e8 Signed-off-by: garciadeblas --- diff --git a/jenkins/RO/install b/jenkins/RO/install index 049767a5..5bbc11fe 100755 --- a/jenkins/RO/install +++ b/jenkins/RO/install @@ -30,6 +30,7 @@ OSM_load_config #Release TWO curl https://osm-download.etsi.org/repository/osm/debian/ReleaseTWO/OSM%20ETSI%20Release%20Key.gpg |apt-key add - +sleep 5 add-apt-repository -y "deb https://osm-download.etsi.org/repository/osm/debian/ReleaseTWO stable RO openvim" apt-get update