Commit bc0b4c6e authored by hinoka's avatar hinoka Committed by Commit bot

Change path to internal-try rietveld credentials

To match where it ended up being located.

BUG=642150

Review-Url: https://chromiumcodereview.appspot.com/2436853002
parent d501e8ac
......@@ -130,9 +130,9 @@ class BotUpdateApi(recipe_api.RecipeApi):
oauth2_json_file = email_file = key_file = None
if oauth2_json:
if self.m.platform.is_win:
oauth2_json_file = 'C:\\creds\\refresh_tokens\\rietveld.json'
oauth2_json_file = 'C:\\creds\\refresh_tokens\\internal-try'
else:
oauth2_json_file = '/creds/refresh_tokens/rietveld.json'
oauth2_json_file = '/creds/refresh_tokens/internal-try'
elif patch_oauth2:
# TODO(martiniss): remove this hack :(. crbug.com/624212
if use_site_config_creds:
......
......@@ -13,7 +13,7 @@
"--git-cache-dir",
"[GIT_CACHE]",
"--apply_issue_oauth2_file",
"/creds/refresh_tokens/rietveld.json",
"/creds/refresh_tokens/internal-try",
"--output_json",
"/path/to/tmp/json",
"--revision",
......
......@@ -13,7 +13,7 @@
"--git-cache-dir",
"[GIT_CACHE]",
"--apply_issue_oauth2_file",
"C:\\creds\\refresh_tokens\\rietveld.json",
"C:\\creds\\refresh_tokens\\internal-try",
"--output_json",
"/path/to/tmp/json",
"--revision",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment