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

Unified Diff: recipe_modules/tryserver/example.expected/with_git_patch.json

Issue 1926633002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools@master
Patch Set: Created 4 years, 8 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
Index: recipe_modules/tryserver/example.expected/with_git_patch.json
diff --git a/recipe_modules/tryserver/example.expected/with_git_patch.json b/recipe_modules/tryserver/example.expected/with_git_patch.json
index 117f1c2e17844e6ba842e4e4258d041af898466d..69fb423375d308b794818c2c89cef651b8ba8add 100644
--- a/recipe_modules/tryserver/example.expected/with_git_patch.json
+++ b/recipe_modules/tryserver/example.expected/with_git_patch.json
@@ -9,7 +9,6 @@
"--url",
"http://patch.url/"
],
- "cwd": "[SLAVE_BUILD]",
"name": "patch git setup"
},
{
@@ -56,7 +55,6 @@
"--input",
"[TMP_BASE]/patch_tmp_1/patch.diff"
],
- "cwd": "[SLAVE_BUILD]",
"name": "apply patch"
},
{
@@ -65,7 +63,6 @@
"-rf",
"[TMP_BASE]/patch_tmp_1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "remove patch"
},
{
@@ -91,7 +88,6 @@
"-u",
"import sys; sys.exit(1)"
],
- "cwd": "[SLAVE_BUILD]",
"name": "fail",
"~followup_annotations": [
"step returned non-zero exit code: 1",

Powered by Google App Engine
This is Rietveld 408576698