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
This commit is contained in:
Alexander Noskov 2020-08-31 14:24:53 -05:00
parent 61633d30fc
commit 3ac5e0ec70

View File

@ -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