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.
2 parents 45057e1 + a365c63 commit 5be8397Copy full SHA for 5be8397
build/teamcity/cockroach/nightlies/pebble_nightly_ycsb_impl.sh
@@ -45,7 +45,7 @@ exit_status=$?
45
# s3 bucket. If PEBBLE_SHA is set, we don't pollute the nightly benchmark
46
# results with our non-master runs.
47
48
-if [ -z "$PEBBLE_SHA" ]; then
+if [[ -z "${PEBBLE_SHA:-}" ]]; then
49
build_mkbench
50
51
prepare_datadir
0 commit comments