aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/vars/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/vars/api.py')
-rw-r--r--infra/bots/recipe_modules/vars/api.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/vars/api.py b/infra/bots/recipe_modules/vars/api.py
index 822635a8bb..e7471089b3 100644
--- a/infra/bots/recipe_modules/vars/api.py
+++ b/infra/bots/recipe_modules/vars/api.py
@@ -128,9 +128,6 @@ class SkiaVarsApi(recipe_api.RecipeApi):
else:
self.extra_tokens = self.builder_cfg['extra_config'].split('_')
- self.default_env.update({'SKIA_OUT': self.skia_out,
- 'BUILDTYPE': self.configuration})
-
self.patch_storage = self.m.properties.get('patch_storage', 'gerrit')
self.issue = None
self.patchset = None