We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6415b35 commit 2db2dd2Copy full SHA for 2db2dd2
lib/yamlParser.js
@@ -14,7 +14,7 @@ module.exports = {
14
return this.serverless.yamlParser
15
.parse(serverlessYmlPath)
16
.then((serverlessFileParam) => {
17
- this.serverless.variables.populateObject(serverlessFileParam).then((parsedObject) => {
+ return this.serverless.variables.populateObject(serverlessFileParam).then((parsedObject) => {
18
this.serverless.service.stepFunctions = {};
19
this.serverless.service.stepFunctions.stateMachines
20
= parsedObject.stepFunctions
0 commit comments