From 620c90b8935b4f266da31f99073f17429619da20 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 27 Apr 2017 12:39:07 +0200 Subject: [PATCH] Added sleep after getting apt key Change-Id: Ifb12efc1fe34b1ccfdd5dbfe4430662a15bf30e8 Signed-off-by: garciadeblas --- jenkins/RO/install | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1