| Index: recipe_modules/git/example.expected/cannot_fail_build.json
|
| diff --git a/recipe_modules/git/example.expected/cannot_fail_build.json b/recipe_modules/git/example.expected/cannot_fail_build.json
|
| index 7386381e10f341b9719238fb7357d3301964b3ab..7db28983baa505d8e9d9669335ee46404303d9b0 100644
|
| --- a/recipe_modules/git/example.expected/cannot_fail_build.json
|
| +++ b/recipe_modules/git/example.expected/cannot_fail_build.json
|
| @@ -159,6 +159,32 @@
|
| {
|
| "cmd": [
|
| "git",
|
| + "new-branch",
|
| + "refactor"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| + "env": {
|
| + "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
|
| + },
|
| + "name": "git new-branch refactor"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "git",
|
| + "new-branch",
|
| + "feature",
|
| + "--upstream",
|
| + "refactor"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| + "env": {
|
| + "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
|
| + },
|
| + "name": "git new-branch feature"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "git",
|
| "rebase",
|
| "origin/master"
|
| ],
|
|
|