Chromium Code Reviews

Unified Diff: recipe_modules/step/example.expected/basic.json

Issue 1777003003: recipe_engine: change resource API to use repo root (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: Created 4 years, 9 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/step/example.expected/basic.json
diff --git a/recipe_modules/step/example.expected/basic.json b/recipe_modules/step/example.expected/basic.json
index 15ae950aa8129b09e66f725579aa92efbc93b689..da8ba879c7c56d2388e14e3ed72735f7b6e0d4fb 100644
--- a/recipe_modules/step/example.expected/basic.json
+++ b/recipe_modules/step/example.expected/basic.json
@@ -34,7 +34,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "PATH": "RECIPE_PACKAGE[recipe_engine]:%(PATH)s"
+ "PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:%(PATH)s"
},
"name": "recipes help"
},

Powered by Google App Engine