Index: recipe_modules/git/example.expected/git-cache-checkout.json |
diff --git a/recipe_modules/git/example.expected/basic.json b/recipe_modules/git/example.expected/git-cache-checkout.json |
similarity index 94% |
copy from recipe_modules/git/example.expected/basic.json |
copy to recipe_modules/git/example.expected/git-cache-checkout.json |
index 47ded207adf3de2adbd9de7faefb070b439691d4..47f782240535ae5872caa7bda7be12ad2d061fd4 100644 |
--- a/recipe_modules/git/example.expected/basic.json |
+++ b/recipe_modules/git/example.expected/git-cache-checkout.json |
@@ -15,6 +15,18 @@ |
"cmd": [ |
"git", |
"retry", |
+ "cache", |
+ "fetch", |
+ "-c", |
+ "[GIT_CACHE]" |
+ ], |
+ "cwd": "[SLAVE_BUILD]/src", |
+ "name": "fetch cache" |
+ }, |
+ { |
+ "cmd": [ |
+ "git", |
+ "retry", |
"fetch", |
"origin", |
"master", |