0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 01:30:46 -05:00

Build type issue?

This commit is contained in:
Refringe 2024-03-11 14:54:36 -04:00
parent 88ff1399d2
commit 1a2da35d0e
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -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_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[@]}]}" FOOTER_MESSAGE="${FOOTER_MESSAGES[$RANDOM % ${#FOOTER_MESSAGES[@]}]}"
TIMESTAMP=$(date --iso-8601=seconds) TIMESTAMP=$(date --iso-8601=seconds)
echo "BUILD_TYPE is: $BUILD_TYPE"
if [ "$BUILD_TYPE" == "bleeding" ]; then if [ "$BUILD_TYPE" == "bleeding" ]; then
EMBED_COLOR=14423100 EMBED_COLOR=14423100
EMBED_TITLE="A New BLEEDING Build Released" EMBED_TITLE="A New BLEEDING Build Released"