mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-15 21:48:14 +02:00
script updates
This commit is contained in:
+11
-1
@@ -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
|
||||
Reference in New Issue
Block a user