Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Side by Side Diff: scripts/slave/recipe_modules/service_account/example.expected/service_account_linux.json

Issue 1954753003: Service account module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Sorting deps. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698