From 6f963fcb71a4454367ce550e880b7a96ec224a96 Mon Sep 17 00:00:00 2001 From: Santhosh Date: Mon, 20 May 2024 21:24:35 +0530 Subject: [PATCH] conditionally print the byos pack output (#193) --- earthly.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index 6bca2a6..587faa1 100755 --- a/earthly.sh +++ b/earthly.sh @@ -63,7 +63,9 @@ docker rmi alpine:latest if [[ "$1" == "+uki-genkey" ]]; then ./keys.sh secure-boot/ -else +fi + +if [[ "$1" == "+build-provider-images" ]] || [[ "$1" == "+build-provider-images-fips" ]] ; then # Print the output for use in Palette Profile. echo -e '##########################################################################################################' echo -e '\nPASTE THE CONTENT BELOW INTO YOUR CLUSTER PROFILE IN PALETTE REPLACING ALL THE CONTENTS IN THE PROFILE\n'