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