script updates

This commit is contained in:
Adam Wilson
2025-08-21 08:49:08 -06:00
parent eda10910fd
commit da206db6b3
+11 -1
View File
@@ -11,6 +11,12 @@ YELLOW='\033[1;33m'
BLUE='\033[0;34m'
NC='\033[0m' # No Color
git checkout scheduled-test-runs
echo
echo "performing 'git pull'"
git pull
echo -e "${BLUE}🔄 Fetching all remote branches...${NC}"
git fetch --all
@@ -82,4 +88,8 @@ echo "$batch_branches" | while read -r branch; do
done
echo
echo -e "${BLUE}⬆️ Pushing scheduled-test-runs to remote...${NC}
echo -e "${BLUE}⬆️ Pushing scheduled-test-runs to remote...${NC}"
echo
echo "performing 'git push'"
git push