mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
throw error for failed lambda deployments. Closes #655
This commit is contained in:
parent
7d4f24066f
commit
60870fba0e
@ -132,6 +132,9 @@ module.exports = function(SPlugin, serverlessPath) {
|
||||
SUtils.sDebug(region[j].stack);
|
||||
}
|
||||
}
|
||||
|
||||
// throw error for CI
|
||||
throw new SError('Lambda Deployment Failed.');
|
||||
}
|
||||
|
||||
// Display Successful Function Deployments
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user