Chromium Code Reviews

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

Issue 2349673002: Revert of bot_update: ensure correct depot_tools checkout is used. (Closed)
Patch Set: Created 4 years, 3 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/tryjob_fail.json
diff --git a/recipe_modules/bot_update/example.expected/tryjob_fail.json b/recipe_modules/bot_update/example.expected/tryjob_fail.json
index 0fee0065861fba54966da7705ff88f0ab6b2b3b3..7f720ab359bcdb0193a4dd358ead31ecd5e8c6aa 100644
--- a/recipe_modules/bot_update/example.expected/tryjob_fail.json
+++ b/recipe_modules/bot_update/example.expected/tryjob_fail.json
@@ -24,7 +24,7 @@
"src@HEAD"
],
"env": {
- "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
+ "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "bot_update",
"~followup_annotations": [

Powered by Google App Engine