screwdriver-api 7.0.135 → 7.0.136

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-api",
3
- "version": "7.0.135",
3
+ "version": "7.0.136",
4
4
  "description": "API server for the Screwdriver.cd service",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -294,7 +294,7 @@ const buildsPlugin = {
294
294
 
295
295
  // if nextBuild is stage teardown, just return nextBuild
296
296
  if (current.stage) {
297
- const buildDeletePromises = handleStageFailure({
297
+ const buildDeletePromises = await handleStageFailure({
298
298
  nextJobName,
299
299
  current,
300
300
  buildConfig,