mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-10 22:44:14 +00:00
actions/os-initialize: Convert Promise to a Bluebird one
Resolves: #1038 Change-type: patch Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
This commit is contained in:
parent
47b35db03e
commit
b6c041c9b5
@ -339,7 +339,7 @@ exports.initialize =
|
|||||||
|
|
||||||
#{INIT_WARNING_MESSAGE}
|
#{INIT_WARNING_MESSAGE}
|
||||||
""")
|
""")
|
||||||
helpers.getManifest(params.image, options.type)
|
Promise.resolve(helpers.getManifest(params.image, options.type))
|
||||||
.then (manifest) ->
|
.then (manifest) ->
|
||||||
return manifest.initialization?.options
|
return manifest.initialization?.options
|
||||||
.then (questions) ->
|
.then (questions) ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user