ci(aio): fix clean-up script on ngbuilds.io

This commit is contained in:
Georgios Kalpakas
2017-03-09 22:15:26 +02:00
committed by Chuck Jazdzewski
parent 3bb59902f7
commit 17f5f3b32c
4 changed files with 8 additions and 1 deletions

View File

@ -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 => {