Skip to content

Commit 5be8397

Browse files
craig[bot]jbowens
andcommitted
Merge #145343
145343: build: fix pebble nightly ycsb benchmark r=RaduBerinde a=jbowens I broke it in #145118. Epic: none Release note: none Co-authored-by: Jackson Owens <[email protected]>
2 parents 45057e1 + a365c63 commit 5be8397

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)