ci(aio): fix clean-up script on ngbuilds.io
This commit is contained in:

committed by
Chuck Jazdzewski

parent
3bb59902f7
commit
17f5f3b32c
@ -12,6 +12,8 @@ _main();
|
||||
|
||||
// Functions
|
||||
function _main() {
|
||||
console.log(`[${new Date()}] - Cleaning up builds...`);
|
||||
|
||||
const buildCleaner = new BuildCleaner(AIO_BUILDS_DIR, AIO_REPO_SLUG, AIO_GITHUB_TOKEN);
|
||||
|
||||
buildCleaner.cleanUp().catch(err => {
|
||||
|
Reference in New Issue
Block a user