Skip to content

Commit bee8dce

Browse files
committed
Fix deployment cleanup
1 parent ecd436b commit bee8dce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/lib/cleanupDeploymentBucket.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ module.exports = {
4949
const params = {
5050
bucket: object.bucket,
5151
object: encodeURIComponent(object.name),
52+
ifGenerationNotMatch: 0
5253
};
5354
return this.provider.request('storage', 'objects', 'delete', params);
5455
});

0 commit comments

Comments
 (0)