We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e83ac commit 1c7ed6fCopy full SHA for 1c7ed6f
scripts/check-pebble-dep.sh
@@ -17,8 +17,8 @@ BRANCHES=$(git branch -r --format='%(refname)' \
17
18
EXIT_CODE=0
19
for BRANCH in $BRANCHES; do
20
- if [ "$BRANCH" = "release-24.2" ]; then
21
- # Skip the release-24.2 branch, which is frozen.
+ if [ "$BRANCH" = "release-24.2" ] || [ "$BRANCH" = "release-25.1" ]; then
+ # Skip the release-{24.2,25.1} branches, which are frozen.
22
continue
23
fi
24
PEBBLE_BRANCH="crl-$BRANCH"
0 commit comments