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): ...@@ -130,9 +130,9 @@ class BotUpdateApi(recipe_api.RecipeApi):
oauth2_json_file = email_file = key_file = None oauth2_json_file = email_file = key_file = None
if oauth2_json: if oauth2_json:
if self.m.platform.is_win: 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: else:
oauth2_json_file = '/creds/refresh_tokens/rietveld.json' oauth2_json_file = '/creds/refresh_tokens/internal-try'
elif patch_oauth2: elif patch_oauth2:
# TODO(martiniss): remove this hack :(. crbug.com/624212 # TODO(martiniss): remove this hack :(. crbug.com/624212
if use_site_config_creds: if use_site_config_creds:
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"--git-cache-dir", "--git-cache-dir",
"[GIT_CACHE]", "[GIT_CACHE]",
"--apply_issue_oauth2_file", "--apply_issue_oauth2_file",
"/creds/refresh_tokens/rietveld.json", "/creds/refresh_tokens/internal-try",
"--output_json", "--output_json",
"/path/to/tmp/json", "/path/to/tmp/json",
"--revision", "--revision",
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"--git-cache-dir", "--git-cache-dir",
"[GIT_CACHE]", "[GIT_CACHE]",
"--apply_issue_oauth2_file", "--apply_issue_oauth2_file",
"C:\\creds\\refresh_tokens\\rietveld.json", "C:\\creds\\refresh_tokens\\internal-try",
"--output_json", "--output_json",
"/path/to/tmp/json", "/path/to/tmp/json",
"--revision", "--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