diff options
Diffstat (limited to 'infra/bots/recipe_modules/core/example.expected/test.json')
-rw-r--r-- | infra/bots/recipe_modules/core/example.expected/test.json | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/infra/bots/recipe_modules/core/example.expected/test.json b/infra/bots/recipe_modules/core/example.expected/test.json index 27df56e0ac..ce5da66945 100644 --- a/infra/bots/recipe_modules/core/example.expected/test.json +++ b/infra/bots/recipe_modules/core/example.expected/test.json @@ -24,49 +24,6 @@ }, { "cmd": [ - "git.bat", - "remote", - "set-url", - "origin", - "https://skia.googlesource.com/skia.git" - ], - "cwd": "[CUSTOM_C:\\_B_WORK]/skia", - "infra_step": true, - "name": "git remote set-url" - }, - { - "cmd": [ - "git.bat", - "fetch" - ], - "cwd": "[CUSTOM_C:\\_B_WORK]/skia", - "infra_step": true, - "name": "git fetch" - }, - { - "cmd": [ - "git.bat", - "reset", - "--hard", - "abc123" - ], - "cwd": "[CUSTOM_C:\\_B_WORK]/skia", - "infra_step": true, - "name": "git reset" - }, - { - "cmd": [ - "git.bat", - "clean", - "-d", - "-f" - ], - "cwd": "[CUSTOM_C:\\_B_WORK]/skia", - "infra_step": true, - "name": "git clean" - }, - { - "cmd": [ "python", "-u", "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |