Bug 1175934: backout revision 83348c0ea47b. No need to create new builds. r=me

This commit is contained in:
Wander Lairson Costa 2015-07-20 11:01:24 -03:00
parent 99abfff6be
commit ee051ab352

View File

@ -36,10 +36,6 @@ def check_task(task):
print('Invalid base repository', repo, file=sys.stderr)
return -1
if "MOZHARNESS_CONFIG" in payload["env"] and \
"blobfree" in payload["env"]["MOZHARNESS_CONFIG"]:
return 0
locations = task["extra"]["locations"]
if "img" in locations:
img = locations["img"]