aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json')
-rw-r--r--infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json b/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json
index 9e0c0474ff..52fd37af5a 100644
--- a/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json
+++ b/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.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",