Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit 6f8074d56b - Show all commits
+1 -1
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