Commit d4254bb4 authored by nanahira's avatar nanahira

disable cdn record check

parent cd518907
Pipeline #332 failed with stages
in 2 minutes and 25 seconds
...@@ -174,9 +174,9 @@ class Checker { ...@@ -174,9 +174,9 @@ class Checker {
await Promise.all(nonCDNRecords.map(r => { await Promise.all(nonCDNRecords.map(r => {
return this.checkRecord(r); return this.checkRecord(r);
})); }));
await Promise.all(CDNRecords.map(r => { //await Promise.all(CDNRecords.map(r => {
return this.checkCDNRecord(r, nonCDNRecords); // return this.checkCDNRecord(r, nonCDNRecords);
})); //}));
this.message(`Finished.`); this.message(`Finished.`);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment