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

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

Issue 1661953002: bot_update: add depot_tools to PATH so that e.g. apply_issue can be found (reland #1) (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipe_modules/bot_update/example.expected/no_shallow.json
diff --git a/recipe_modules/bot_update/example.expected/no_shallow.json b/recipe_modules/bot_update/example.expected/no_shallow.json
index 3cb8fdf3f358e8d8e250be713da80d0bc97c29a7..2008a4fa30ce46b42b3e82411d242f38a17a3e5f 100644
--- a/recipe_modules/bot_update/example.expected/no_shallow.json
+++ b/recipe_modules/bot_update/example.expected/no_shallow.json
@@ -25,6 +25,9 @@
"--no_shallow"
],
"cwd": "[SLAVE_BUILD]",
+ "env": {
+ "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
+ },
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
« no previous file with comments | « recipe_modules/bot_update/example.expected/forced.json ('k') | recipe_modules/bot_update/example.expected/off.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698