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 }, | |
11 { | |
12 "name": "$result", | |
13 "recipe_result": null, | |
14 "status_code": 0 | |
15 } | |
16 ] | |
OLD | NEW |