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:
Cameron Diver 2018-08-29 10:24:11 -07:00 committed by Tim Perry
parent 4369a2d161
commit 221666f59a

View File

@ -34,8 +34,6 @@ exports.generateOpts = (options) ->
inlineLogs: !!options.logs
compositionFileNames = [
'resin-compose.yml'
'resin-compose.yaml'
'docker-compose.yml'
'docker-compose.yaml'
]