From 1ca49506998fa59f77b8aad5d5cba44dc32d0845 Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Mon, 8 Apr 2024 12:31:05 -0500 Subject: [PATCH] chore(ci): debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65557ce..de90d2c 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ $(ISO_NAME): results/images/boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorris # Download the secure boot key sb_pubkey.der: - curl --fail -L -o sb_pubkey.der $(SECURE_BOOT_KEY_URL) + curl --fail -L -o sb_pubkey.der $(SECURE_BOOT_KEY_URL) && ls -alh # Build boot.iso using Lorax results/images/boot.iso: external/lorax/branch-$(VERSION) $(filter lorax_templates/%,$(_LORAX_TEMPLATES)) $(_REPO_FILES) $(if $(SECURE_BOOT_KEY_URL),sb_pubkey.der)