summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-09-29 15:03:06 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2023-11-20 13:19:55 +0000
commit5f76fdd73e2d1bf39c34897bbb5f8972c9ab9b2d (patch)
treed8b050a53e2e8ce4a153c383dc3d02fc3427bd64
parent0cedb5faf43da6fb8da0b6792b2a044a9361c02a (diff)
Remove any existing integration branch
-rwxr-xr-xset-libcamera-branch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/set-libcamera-branch.sh b/set-libcamera-branch.sh
index b763cda..54500a5 100755
--- a/set-libcamera-branch.sh
+++ b/set-libcamera-branch.sh
@@ -18,6 +18,7 @@ fi
git -C $LIBCAMERA fetch origin
pass_fail $? "Update from origin"
+git -C $LIBCAMERA branch -D integration_tests
git -C $LIBCAMERA checkout -b integration_tests
git -C $LIBCAMERA fetch $REPO $BRANCH