Skip to content

Commit

Permalink
conditionally print the byos pack output (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna authored May 20, 2024
1 parent a90d65a commit 6f963fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion earthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6f963fc

Please sign in to comment.