From 3ac5e0ec70fb97cc017218d6c5ac8a10f42175b2 Mon Sep 17 00:00:00 2001 From: Alexander Noskov Date: Mon, 31 Aug 2020 14:24:53 -0500 Subject: [PATCH] Add `apt update` in gate script In the case of using cloud VM for testing purposes, the `apt update` command is missed in the gate script. Change-Id: If6960c70aa98680f5362a13456eff05814140f40 --- tools/gate/00_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gate/00_setup.sh b/tools/gate/00_setup.sh index b3aed3751..cbc9f5632 100755 --- a/tools/gate/00_setup.sh +++ b/tools/gate/00_setup.sh @@ -32,6 +32,7 @@ mkdir -p "$TMP_DIR" envsubst <"${AIRSHIPCTL_WS}/tools/gate/config_template.yaml" > "$PLAYBOOK_CONFIG" # use new version of ansible, Ubuntu has old one +sudo apt update sudo apt -y install software-properties-common python3-pip sudo apt -y --no-install-recommends install docker.io make