Chromium Code Reviews

Unified Diff: recipe_modules/bot_update/example.expected/trychange.json

Issue 1660943002: bot_update: add depot_tools to PATH so that e.g. apply_issue can be found (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: recipe_modules/bot_update/example.expected/trychange.json
diff --git a/recipe_modules/bot_update/example.expected/trychange.json b/recipe_modules/bot_update/example.expected/trychange.json
index 26cdf644541ba1092272bf0c561a6d3f5b0963be..1b9ff3c2c0951c71cbbcc57ff6065689190f9ebc 100644
--- a/recipe_modules/bot_update/example.expected/trychange.json
+++ b/recipe_modules/bot_update/example.expected/trychange.json
@@ -26,6 +26,9 @@
"+refs/change/1/2/333"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "PATH": "RECIPE_PACKAGE[depot_tools]:%(PATH)s"
+ },
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",

Powered by Google App Engine