aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/bundle_recipes.expected
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-06-06 08:27:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-06 12:45:11 +0000
commitf4a5fc7af06e71d03b967416fa6a11e59184e62f (patch)
tree6695531fd7288ba73a6af6151acb48e54475ce7d /infra/bots/recipes/bundle_recipes.expected
parent8e200787b769ba9ee0bd4bd37d27ded1fafc06e6 (diff)
Use chrome-infra Git CIPD package
Add Git recipe module to easily use this version of Git anywhere. This fixes recipe bundling and unblocks the recipe roll. Bug: skia: Change-Id: Ib4d1361b7a52676e1992025b29e630ea3ada173b Reviewed-on: https://skia-review.googlesource.com/18833 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/bundle_recipes.expected')
-rw-r--r--infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json b/infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json
index 0f7df741ef..1cf232b276 100644
--- a/infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json
+++ b/infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json
@@ -5,6 +5,9 @@
"init"
],
"cwd": "[START_DIR]/skia",
+ "env": {
+ "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
+ },
"infra_step": true,
"name": "git init"
},
@@ -15,6 +18,9 @@
"."
],
"cwd": "[START_DIR]/skia",
+ "env": {
+ "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
+ },
"infra_step": true,
"name": "git add"
},
@@ -26,6 +32,9 @@
"commit recipes"
],
"cwd": "[START_DIR]/skia",
+ "env": {
+ "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
+ },
"infra_step": true,
"name": "git commit"
},
@@ -38,6 +47,9 @@
"[SWARM_OUT_DIR]/recipe_bundle"
],
"cwd": "[START_DIR]/skia",
+ "env": {
+ "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
+ },
"infra_step": true,
"name": "Bundle Recipes"
},