Skip to content

Commit 65dc84a

Browse files
committed
[repo] Serialise the legacy doc migration
1 parent 75128f7 commit 65dc84a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/wikimedia-sync.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ program
6363
}
6464

6565
logger.info('Starting update of migrated pages in remote site');
66-
await Promise.all([updateMigratedPages(), updateMigratedPagesProtection()]);
66+
await updateMigratedPages();
67+
await updateMigratedPagesProtection();
6768
logger.info('Run completed');
6869
});
6970

0 commit comments

Comments
 (0)