OLD | NEW |
---|---|
(Empty) | |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "C:\\infra-tools\\authutil.exe", | |
5 "token", | |
6 "-service-account-json=C:\\creds\\service_accounts\\service-account-fake-a ccount.json" | |
7 ], | |
8 "name": "get access token", | |
9 "stdout": "/path/to/tmp/" | |
nodir
2016/05/07 00:22:51
why does it say "/path/to/tmp" in stdout?
are you
| |
10 }, | |
11 { | |
12 "name": "$result", | |
13 "recipe_result": null, | |
14 "status_code": 0 | |
15 } | |
16 ] | |
OLD | NEW |