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 96ff3fc commit 3c19807Copy full SHA for 3c19807
scaletest/templates/scaletest-runner/scripts/report.sh
@@ -27,7 +27,7 @@ server_version="$(jq -r '.version' <<<"${buildinfo}")"
27
server_version_commit="$(jq -r '.external_url' <<<"${buildinfo}")"
28
29
# Since `coder show` doesn't support JSON output, we list the workspaces instead.
30
-# Use `command` here to bypass dryrun.
+# Use `command` here to bypass dry run.
31
workspace_json="$(
32
command coder list --all --output json |
33
jq --arg workspace "${CODER_WORKSPACE}" --arg user "${CODER_USER}" 'map(select(.name == $workspace) | select(.owner_name == $user)) | .[0]'
0 commit comments