gitlab-ci: make "contrib/debian/REQUIRED_PACKAGES" verbose during container installation

To help debugging the script.
This commit is contained in:
Thomas Haller 2022-03-16 10:55:08 +01:00
parent 0c147283c9
commit 4cc0f41e45
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 3 additions and 4 deletions

View file

@ -48,8 +48,8 @@ variables:
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
FEDORA_TAG: '2022-03-15.0-9d8288d70d58'
UBUNTU_TAG: '2022-03-15.0-8399925e7a59'
DEBIAN_TAG: '2022-03-15.0-8399925e7a59'
UBUNTU_TAG: '2022-03-15.0-c933c3fced1c'
DEBIAN_TAG: '2022-03-15.0-c933c3fced1c'
CENTOS_TAG: '2022-03-15.0-9d8288d70d58'
ALPINE_TAG: '2022-03-15.0-499639d17df6'

View file

@ -5,9 +5,8 @@ set -ex
IS_UBUNTU_1604=0
grep -q '^VERSION=.16.04.[0-9]\+ LTS' /etc/os-release && IS_UBUNTU_1604=1
DEBIAN_FRONTEND=noninteractive apt-get update
DEBIAN_FRONTEND=noninteractive NM_INSTALL="apt-get -qq install -y" ./contrib/debian/REQUIRED_PACKAGES
DEBIAN_FRONTEND=noninteractive NM_INSTALL="apt-get --yes install" bash -x ./contrib/debian/REQUIRED_PACKAGES
dbus-uuidgen --ensure