Skip to content

Commit 4422fda

Browse files
committed
delete script
1 parent 5ca66a9 commit 4422fda

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/amplify-codegen-e2e-tests/src/cleanup-e2e-resources.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -867,12 +867,14 @@ const cleanup = async (): Promise<void> => {
867867

868868
console.log("filterPredicate: ", filterPredicate);
869869
const accounts = await getAccountsToCleanup();
870-
accounts.map((account, i) => {
871-
console.log(`${generateAccountInfo(account, i)} is under cleanup`);
872-
});
870+
// accounts.map((account, i) => {
871+
// console.log(`${generateAccountInfo(account, i)} is under cleanup`);
872+
// });
873873
await Promise.all(accounts.map((account, i) => {
874+
if(account.accountId == "535823242378") {
874875
console.log(`${generateAccountInfo(account, i)} is under cleanup`);
875876
cleanupAccount(account, i, filterPredicate)
877+
}
876878
}));
877879
console.log('Done cleaning all accounts!');
878880
};

0 commit comments

Comments
 (0)