Backed out changeset d15798b73b9e (bug 1302763) for taskcluster build issues a=backout CLOSED TREE

This commit is contained in:
Wes Kocher
2016-10-20 15:59:47 -07:00
parent 93c32cc25e
commit 0e898f33dd
137 changed files with 198 additions and 1178 deletions

View File

@@ -151,7 +151,7 @@ task_description_schema = Schema({
Required('docker-image'): Any(
# a raw Docker image path (repo/image:tag)
basestring,
# an in-tree generated docker image (from `taskcluster/docker/<name>`)
# an in-tree generated docker image (from `testing/docker/<name>`)
{'in-tree': basestring}
),