8 lines
255 B
Text
8 lines
255 B
Text
# Command completes successfully even when telemetry endpoint is unreachable
|
|
env GH_PRIVATE_ENABLE_TELEMETRY=1
|
|
env GH_TELEMETRY=enabled
|
|
env GH_TELEMETRY_SAMPLE_RATE=100
|
|
env GH_TELEMETRY_ENDPOINT_URL=http://localhost:1
|
|
|
|
exec gh version
|
|
stdout 'gh version'
|