Commit 5fe04bdf authored by Tang Xinwei's avatar Tang Xinwei

Revert "no remote url on cn"

This reverts commit aa40d41a
parent aa40d41a
Pipeline #40358 passed with stage
in 2 minutes and 46 seconds
......@@ -149,7 +149,7 @@ export class UpdateService extends ConsoleLogger {
archives.forEach((a) =>
a.fillUrl({
cdnUrlOversize: this.cdnUrlOversize,
...(isChina ? { cdnUrl: this.cdnUrlCn } : { cdnUrl: this.cdnUrl }),
...(isChina ? { cdnUrl: this.cdnUrlCn, cdnUrlBackup: this.cdnUrl } : { cdnUrl: this.cdnUrl }),
})
);
return archives;
......
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