OLD | NEW |
(Empty) | |
| 1 [ |
| 2 { |
| 3 "cmd": [ |
| 4 "/opt/infra-tools/authutil", |
| 5 "token", |
| 6 "-service-account-json=/creds/service_accounts/service-account-fake-accoun
t.json" |
| 7 ], |
| 8 "name": "get access token", |
| 9 "stdout": "/path/to/tmp/", |
| 10 "~followup_annotations": [ |
| 11 "step returned non-zero exit code: 1", |
| 12 "@@@STEP_LOG_LINE@Authutil not found@The authutil binary was not found at
the default location.@@@", |
| 13 "@@@STEP_LOG_LINE@Authutil not found@@@@", |
| 14 "@@@STEP_LOG_LINE@Authutil not found@Build the following go module: infra/
go/infra/tools/authutil@@@", |
| 15 "@@@STEP_LOG_LINE@Authutil not found@and deploy it to: /opt/infra-tools/au
thutil@@@", |
| 16 "@@@STEP_LOG_END@Authutil not found@@@", |
| 17 "@@@STEP_FAILURE@@@" |
| 18 ] |
| 19 }, |
| 20 { |
| 21 "name": "$result", |
| 22 "reason": "Step('get access token') failed with return_code 1", |
| 23 "status_code": 1 |
| 24 } |
| 25 ] |
OLD | NEW |