Merge "Add DEBIAN_FRONTEND=noninteractive to setup script"

This commit is contained in:
Zuul 2020-09-15 18:45:37 +00:00 committed by Gerrit Code Review
commit 2266d0e0b3

View File

@ -33,8 +33,8 @@ 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
sudo DEBIAN_FRONTEND=noninteractive apt -y install software-properties-common python3-pip
sudo DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install docker.io make
ANSIBLE_PACKAGES="ansible netaddr"
if [[ -z "${http_proxy}" ]]; then