mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 22:47:48 +00:00
Stop accepting resin-compose.yml as a build composition definition
These files are not supported by any other part of the resin infrastructure, and it could cause confusion with it not being supported everywhere. The idea was originally added because we thought we might need to make extensions on docker-compose, but that hasn't happened. Change-type: major Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
parent
4369a2d161
commit
221666f59a
@ -34,8 +34,6 @@ exports.generateOpts = (options) ->
|
||||
inlineLogs: !!options.logs
|
||||
|
||||
compositionFileNames = [
|
||||
'resin-compose.yml'
|
||||
'resin-compose.yaml'
|
||||
'docker-compose.yml'
|
||||
'docker-compose.yaml'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user