From a0af924abe3dceb663b6ea1c44392915e97033ee Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Thu, 21 Aug 2025 07:58:10 -0600 Subject: [PATCH] update branch for script --- git_remotes_update.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/git_remotes_update.sh b/git_remotes_update.sh index fe8f54705..c5afae402 100755 --- a/git_remotes_update.sh +++ b/git_remotes_update.sh @@ -60,12 +60,12 @@ echo "$batch_branches" | while read -r branch; do done echo -echo -e "${BLUE}🔄 Switching to phi-3-only branch...${NC}" -git checkout phi-3-only -git pull origin phi-3-only +echo -e "${BLUE}🔄 Switching to scheduled-test-runs branch...${NC}" +git checkout scheduled-test-runs +git pull origin scheduled-test-runs echo -echo -e "${BLUE}🔀 Merging all batch branches into phi-3-only...${NC}" +echo -e "${BLUE}🔀 Merging all batch branches into scheduled-test-runs...${NC}" # Merge all batch branches echo "$batch_branches" | while read -r branch; do @@ -82,4 +82,4 @@ echo "$batch_branches" | while read -r branch; do done echo -echo -e "${BLUE}⬆️ Pushing phi-3-only to remote...${NC} \ No newline at end of file +echo -e "${BLUE}⬆️ Pushing scheduled-test-runs to remote...${NC} \ No newline at end of file