aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-05-30 15:10:24 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-31 11:51:57 +0000
commit30095a116685bdf225dd79f4e4225533d65554f4 (patch)
treef5cd7ab1417de9d33cc6ae5bd483556fff626789 /infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json
parentb5e4842543318e1eac827433855c9a37cdb7f26a (diff)
[recipes] Try removing the possibly-over-conservative git step
Bug: skia: Change-Id: Ie6ea54d26eff7a165f32afbb5c8037b6c1921a5d Reviewed-on: https://skia-review.googlesource.com/18138 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Eric Boren <borenet@google.com>
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",