summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-03-16 10:55:08 +0100
committerThomas Haller <thaller@redhat.com>2022-03-16 21:40:54 +0100
commit4cc0f41e45345bbb5880f3828dd888c3dce53996 (patch)
treef537070766ef8545a5591bc8f7be0bd9abbde5b6
parent0c147283c9a0fedb2d86197fe3919996bdf1d058 (diff)
downloadNetworkManager-4cc0f41e45345bbb5880f3828dd888c3dce53996.tar.gz
gitlab-ci: make "contrib/debian/REQUIRED_PACKAGES" verbose during container installation
To help debugging the script.
-rw-r--r--.gitlab-ci.yml4
-rwxr-xr-x.gitlab-ci/debian-install.sh3
2 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 237fd8ad64..cc64355104 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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'
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh
index 575b127e0c..6679005ed1 100755
--- a/.gitlab-ci/debian-install.sh
+++ b/.gitlab-ci/debian-install.sh
@@ -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