Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patelchandni committed Aug 25, 2021
1 parent bcbc121 commit 653e5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/publishers/zipDeploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ZipDeploy {
if (isDeploymentSucceeded) {
yield context.kuduServiceUtil.postZipDeployOperation(deploymentId, deploymentId);
}
yield context.kuduServiceUtil.updateDeploymentStatus(isDeploymentSucceeded, deploymentId, {
yield context.kuduServiceUtil.updateDeploymentStatus(isDeploymentSucceeded, null, {
'type': 'Deployment',
'slotName': context.appService ? context.appService.getSlot() : 'production'
});
Expand Down

0 comments on commit 653e5ab

Please sign in to comment.