def task_env()

in aws/hhvm1/lambdas/activities.py [0:0]


  def task_env(self):
    if self.is_test_build:
      return {'SKIP_PUBLISH': '1'}
    return {}