From 2470fa006c664b8147e55e82c13c6743da0be6d7 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 1cf266e..2830aff 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