From e5900f2541c9a57794d1714b08bc0a9a43b3133b Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:19:28 -0400 Subject: [PATCH] See what's in the system --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f23aea1..35fe21a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,5 +36,8 @@ build-image: - export COSIGN_PRIVATE_KEY=$(cat .secure_files/cosign.key) script: - sleep 5 + - buildah images + - ls /var/lib/containers/ + - ls /run/containers - bluebuild build -vv -B buildah --push ./config/$RECIPE # - bluebuild build -vv -B buildah --squash --push ./config/$RECIPE