mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1175934 part 2: Allow blob free images go on public. r=garndt
Die, blobs! Die!
This commit is contained in:
parent
a9feebc162
commit
e391d87606
@ -36,6 +36,10 @@ 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"]
|
||||
|
Loading…
Reference in New Issue
Block a user