Index: recipe_modules/git/example.expected/git-cache-checkout.json |
diff --git a/recipe_modules/git/example.expected/git-cache-checkout.json b/recipe_modules/git/example.expected/git-cache-checkout.json |
index 47f782240535ae5872caa7bda7be12ad2d061fd4..fb712ddce00bfac9c6ab9d3827b85fed591284f1 100644 |
--- a/recipe_modules/git/example.expected/git-cache-checkout.json |
+++ b/recipe_modules/git/example.expected/git-cache-checkout.json |
@@ -21,6 +21,9 @@ |
"[GIT_CACHE]" |
], |
"cwd": "[SLAVE_BUILD]/src", |
+ "env": { |
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
+ }, |
"name": "fetch cache" |
}, |
{ |
@@ -33,6 +36,9 @@ |
"--recurse-submodules" |
], |
"cwd": "[SLAVE_BUILD]/src", |
+ "env": { |
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
+ }, |
"name": "git fetch" |
}, |
{ |