add devel

pull/23077/head
Adeeb Shihadeh 2021-11-29 17:50:10 -08:00
parent 8b2cb71305
commit 9a87f684b5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RED="\033[0;31m"
GREEN="\033[0;32m"
CLEAR="\033[0m"
BRANCHES="release2 release3 dashcam dashcam3"
BRANCHES="devel dashcam dashcam3 release2 release3"
for b in $BRANCHES; do
if git diff --quiet origin/$b origin/$b-staging && [ "$(git rev-parse origin/$b)" = "$(git rev-parse origin/$b-staging)" ]; then
printf "%-10s $GREEN ok $CLEAR\n" "$b"