aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/update_meta_config.expected/Housekeeper-Nightly-UpdateMetaConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/update_meta_config.expected/Housekeeper-Nightly-UpdateMetaConfig.json')
-rw-r--r--infra/bots/recipes/update_meta_config.expected/Housekeeper-Nightly-UpdateMetaConfig.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/infra/bots/recipes/update_meta_config.expected/Housekeeper-Nightly-UpdateMetaConfig.json b/infra/bots/recipes/update_meta_config.expected/Housekeeper-Nightly-UpdateMetaConfig.json
index 544b65798a..821b9f0423 100644
--- a/infra/bots/recipes/update_meta_config.expected/Housekeeper-Nightly-UpdateMetaConfig.json
+++ b/infra/bots/recipes/update_meta_config.expected/Housekeeper-Nightly-UpdateMetaConfig.json
@@ -24,49 +24,6 @@
},
{
"cmd": [
- "git",
- "remote",
- "set-url",
- "origin",
- "https://skia.googlesource.com/skia.git"
- ],
- "cwd": "[CUSTOM_/_B_WORK]/skia",
- "infra_step": true,
- "name": "git remote set-url"
- },
- {
- "cmd": [
- "git",
- "fetch"
- ],
- "cwd": "[CUSTOM_/_B_WORK]/skia",
- "infra_step": true,
- "name": "git fetch"
- },
- {
- "cmd": [
- "git",
- "reset",
- "--hard",
- "abc123"
- ],
- "cwd": "[CUSTOM_/_B_WORK]/skia",
- "infra_step": true,
- "name": "git reset"
- },
- {
- "cmd": [
- "git",
- "clean",
- "-d",
- "-f"
- ],
- "cwd": "[CUSTOM_/_B_WORK]/skia",
- "infra_step": true,
- "name": "git clean"
- },
- {
- "cmd": [
"python",
"-u",
"\nimport os\nimport sys\nos.remove(sys.argv[1])\n",