From 3fc00ffcdfe163ab1a8994cde14e4811fe7eb55e Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 30 Oct 2017 11:26:43 -0500 Subject: modified as deployment failing on this. Change-Id: I62aa32f7dacedc3008565ffd005d45e431485bb9 Signed-off-by: Narinder Gupta --- ci/03-maasdeploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 09f497b5..992be83a 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -45,7 +45,7 @@ NODE_ARC="$NODE_ARCHES/generic" # Install the packages needed echo_info "Installing and upgrading required packages" -sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5EDB1B62EC4926EA +#sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5EDB1B62EC4926EA sudo apt-get update -y sudo apt-get install software-properties-common -y sudo apt-add-repository ppa:juju/stable -y -- cgit 1.2.3-korg