Add dash to MASTER, so things like SPACEMASTER would not get considered.

This commit is contained in:
2026-03-29 16:59:32 -07:00
parent e6bc85e761
commit 6f8074d56b

View File

@@ -14,7 +14,7 @@ dir="`basename $DIR`"
## Validations ## ## Validations ##
if [[ "$DIR" != *"MASTER" ]]; then if [[ "$DIR" != *"-MASTER" ]]; then
echo "'$DIR' is not labeled as a MASTER. Skipping upload." echo "'$DIR' is not labeled as a MASTER. Skipping upload."
exit 0 exit 0
fi fi