From 2f9c3bdab12e900d2296118b3eddc6cebd034ad5 Mon Sep 17 00:00:00 2001
From: Clayton Craft <clayton@craftyguy.net>
Date: Tue, 29 Oct 2024 18:43:13 -0700
Subject: [PATCH] DO NOT MERGE: ci debug...

---
 .ci/integration_test.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.ci/integration_test.sh b/.ci/integration_test.sh
index 4a83f79..e00812c 100755
--- a/.ci/integration_test.sh
+++ b/.ci/integration_test.sh
@@ -156,6 +156,8 @@ pmbootstrap chroot -r mkinitfs
 
 echo "❕ Parsing results"
 
+
+set -x
 assert_exists "$rootfs/tmp/boot-deploy.args"
 
 # Source the boot-deploy arguments from the wrapper script
-- 
GitLab