Skip to content

Commit a365c63

Browse files
committed
build: fix pebble nightly ycsb benchmark
I broke it in #145118. Epic: none Release note: none
1 parent 0229d90 commit a365c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/teamcity/cockroach/nightlies/pebble_nightly_ycsb_impl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ exit_status=$?
4545
# s3 bucket. If PEBBLE_SHA is set, we don't pollute the nightly benchmark
4646
# results with our non-master runs.
4747

48-
if [ -z "$PEBBLE_SHA" ]; then
48+
if [[ -z "${PEBBLE_SHA:-}" ]]; then
4949
build_mkbench
5050

5151
prepare_datadir

0 commit comments

Comments
 (0)