Skip to content

Commit 59f25ed

Browse files
committed
scripts: update bump-pebble.sh
Update the bump-pebble script to bump the Pebble SHA from the crl-release-25.4 branch. Epic: none Release note: none Release justification: non-production code changes.
1 parent d0e9258 commit 59f25ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/bump-pebble.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# branch name (e.g. crl-release-23.2, etc.). Also update pebble nightly scripts
1212
# in build/teamcity/cockroach/nightlies to use `@crl-release-xy.z` instead of
1313
# `@master`.
14-
BRANCH=master
15-
PEBBLE_BRANCH=master
14+
BRANCH=release-25.4
15+
PEBBLE_BRANCH=crl-release-25.4
1616

1717
# This script may be used to produce a branch bumping the Pebble version. The
1818
# storage team bumps CockroachDB's Pebble dependency frequently, and this script

0 commit comments

Comments
 (0)