mirror of
https://github.com/docker/compose.git
synced 2025-07-26 23:24:05 +02:00
Fix v3.8 schema support for binaries
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
2882cf56ed
commit
98abe07646
@ -87,6 +87,11 @@ exe = EXE(pyz,
|
|||||||
'compose/config/config_schema_v3.7.json',
|
'compose/config/config_schema_v3.7.json',
|
||||||
'DATA'
|
'DATA'
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
'compose/config/config_schema_v3.8.json',
|
||||||
|
'compose/config/config_schema_v3.8.json',
|
||||||
|
'DATA'
|
||||||
|
),
|
||||||
(
|
(
|
||||||
'compose/GITSHA',
|
'compose/GITSHA',
|
||||||
'compose/GITSHA',
|
'compose/GITSHA',
|
||||||
|
@ -96,6 +96,11 @@ coll = COLLECT(exe,
|
|||||||
'compose/config/config_schema_v3.7.json',
|
'compose/config/config_schema_v3.7.json',
|
||||||
'DATA'
|
'DATA'
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
'compose/config/config_schema_v3.8.json',
|
||||||
|
'compose/config/config_schema_v3.8.json',
|
||||||
|
'DATA'
|
||||||
|
),
|
||||||
(
|
(
|
||||||
'compose/GITSHA',
|
'compose/GITSHA',
|
||||||
'compose/GITSHA',
|
'compose/GITSHA',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user