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.
1 parent 158a3ca commit 91e9c5dCopy full SHA for 91e9c5d
collector/collect-job-queue.sh
@@ -24,7 +24,7 @@ while : ; do
24
target/release/collector benchmark_job_queue \
25
--db "${DATABASE}" \
26
--check_git_sha \
27
- --git_sha "${CURRENT_SHA}"
+ --git_sha "${CURRENT_SHA}" \
28
--collector_name "${COLLECTOR_NAME}"
29
30
STATUS=$?
0 commit comments