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

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: review Created 4 years, 9 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
« no previous file with comments | « recipe_modules/step/example.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
},
« no previous file with comments | « recipe_modules/step/example.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698