Skip to content

Commit 381e958

Browse files
committed
Fix malformed bash command
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent fc172f1 commit 381e958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/perf_clickhouse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
bazel run //src/e2e_test/perf_tool:perf_tool -- run \
132132
--api_key="${PX_API_KEY}" \
133-
--cloud_addr=${{ vars.PERF_CLOUD_ADDR }}
133+
--cloud_addr=${{ vars.PERF_CLOUD_ADDR }} \
134134
--commit_sha="${{ steps.get-commit-sha.outputs.commit-sha }}" \
135135
--experiment_name=clickhouse-export \
136136
--suite=clickhouse-exec \

0 commit comments

Comments
 (0)