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 8054320 commit ce137c5Copy full SHA for ce137c5
acceptance/bundle/telemetry/deploy/script
@@ -2,8 +2,6 @@ trace $CLI bundle deploy
2
3
trace cat out.requests.txt | jq 'select(has("path") and .path == "/telemetry-ext") | .body.protoLogs.[] | fromjson'
4
5
-# Disable pipefail. head will skip reading all input once it encounters a newline. Not disabling pipefail will trigger
6
-# a SIGPIPE in linux based systems.
7
cmd_exec_id=$(extract_command_exec_id.py)
8
9
update_file.py output.txt $cmd_exec_id '[CMD-EXEC-ID]'
0 commit comments