From 1a2da35d0e8355bf9739d6583447aa47a3fbaaf3 Mon Sep 17 00:00:00 2001 From: Refringe Date: Mon, 11 Mar 2024 14:54:36 -0400 Subject: [PATCH] Build type issue? --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 575bd55..aefbf0e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -491,7 +491,7 @@ jobs: FOOTER_MESSAGES=("You look great today!" "Powered by coffee" "Did you remember to hydrate today?" "Have you tried turning it off and on again?" "In Chomp we trust" "Beep boop, I'm a bot" "Keep calm and commit your code" "May the source be with you" "Go to bed, Terk" "Please direct all support requests to Drakia" "Meaw") FOOTER_MESSAGE="${FOOTER_MESSAGES[$RANDOM % ${#FOOTER_MESSAGES[@]}]}" TIMESTAMP=$(date --iso-8601=seconds) - + echo "BUILD_TYPE is: $BUILD_TYPE" if [ "$BUILD_TYPE" == "bleeding" ]; then EMBED_COLOR=14423100 EMBED_TITLE="A New BLEEDING Build Released"