From 30095a116685bdf225dd79f4e4225533d65554f4 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Tue, 30 May 2017 15:10:24 -0400 Subject: [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 Commit-Queue: Eric Boren --- .../compile.expected/Build-Win-MSVC-x86-Debug.json | 43 ---------------------- 1 file changed, 43 deletions(-) (limited to 'infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug.json') diff --git a/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug.json b/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug.json index 603bc1551e..e67cb52e80 100644 --- a/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug.json +++ b/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug.json @@ -22,49 +22,6 @@ "@@@STEP_LOG_END@python.inline@@@" ] }, - { - "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", -- cgit v1.2.3