From 634bf823ce02fcae9350950c08affa3a4c8a7396 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 13 May 2025 16:14:30 -0500 Subject: [PATCH] ci: branch: pull from everywhere Signed-off-by: Robert Nelson --- scripts/pull.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/pull.sh diff --git a/scripts/pull.sh b/scripts/pull.sh new file mode 100755 index 0000000..727a535 --- /dev/null +++ b/scripts/pull.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git pull --rebase --no-edit https://github.com/beagleboard/BeagleV-Fire-ubuntu.git v6.1.x-Beagle +git pull --rebase --no-edit https://openbeagle.org/beaglev-fire/BeagleV-Fire-ubuntu.git v6.1.x-Beagle +git pull --rebase --no-edit https://gitlab.com/RobertCNelson/beaglev-fire-ubuntu.git v6.1.x-Beagle