clean up snapshots serially to not trigger snapshot cleanup bug
This commit is contained in:
@ -122,13 +122,13 @@ module.exports = {
|
||||
repository: repo,
|
||||
snapshot: snapshot
|
||||
});
|
||||
})
|
||||
}, {concurrency: 1})
|
||||
.then(function () {
|
||||
return client.snapshot.deleteRepository({
|
||||
repository: repo
|
||||
});
|
||||
});
|
||||
})
|
||||
}, {concurrency: 1})
|
||||
]);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user