Add output for why dev branch shows up twice during load-prod.

This commit is contained in:
2025-10-15 06:45:49 -07:00
parent 8445b64d6b
commit 7c93f25a5d

View File

@@ -928,6 +928,7 @@
git ls-remote --heads | sort git ls-remote --heads | sort
if [[ "$base" != "dev" ]]; then if [[ "$base" != "dev" ]]; then
echo -e "\n* Checking if a dev branch exists."
git ls-remote --exit-code --heads origin dev git ls-remote --exit-code --heads origin dev
dev_exists="$?" dev_exists="$?"
if [[ "$dev_exists" == 0 ]]; then if [[ "$dev_exists" == 0 ]]; then