mirror of https://github.com/docker/compose.git
Add missing config schema to docker-compose.spec
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
3147090fb4
commit
2c24bc3a08
|
@ -27,6 +27,11 @@ exe = EXE(pyz,
|
||||||
'compose/config/config_schema_v2.0.json',
|
'compose/config/config_schema_v2.0.json',
|
||||||
'DATA'
|
'DATA'
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
'compose/config/config_schema_v2.1.json',
|
||||||
|
'compose/config/config_schema_v2.1.json',
|
||||||
|
'DATA'
|
||||||
|
),
|
||||||
(
|
(
|
||||||
'compose/GITSHA',
|
'compose/GITSHA',
|
||||||
'compose/GITSHA',
|
'compose/GITSHA',
|
||||||
|
|
Loading…
Reference in New Issue