remove comma two branches

old-commit-hash: 9c9a0f0ef3
This commit is contained in:
Adeeb Shihadeh
2022-07-20 14:27:10 -07:00
parent 8dca2bb404
commit c3a1a383e8
2 changed files with 1 additions and 2 deletions
Vendored
-1
View File
@@ -70,7 +70,6 @@ pipeline {
not {
anyOf {
branch 'master-ci'; branch 'devel'; branch 'devel-staging';
branch 'release2'; branch 'release2-staging'; branch 'dashcam'; branch 'dashcam-staging';
branch 'release3'; branch 'release3-staging'; branch 'dashcam3'; branch 'dashcam3-staging';
branch 'testing-closet*'; branch 'hotfix-*'
}
+1 -1
View File
@@ -6,7 +6,7 @@ RED="\033[0;31m"
GREEN="\033[0;32m"
CLEAR="\033[0m"
BRANCHES="devel dashcam dashcam3 release2 release3"
BRANCHES="devel dashcam3 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"