Commit 62034837 authored by Tang Xinwei's avatar Tang Xinwei

Merge branch 'revert-aa40d41a' into 'master'

Revert "no remote url on cn"

See merge request !1
parents aa40d41a 5fe04bdf
Pipeline #40359 passed with stages
in 46 seconds
...@@ -149,7 +149,7 @@ export class UpdateService extends ConsoleLogger { ...@@ -149,7 +149,7 @@ export class UpdateService extends ConsoleLogger {
archives.forEach((a) => archives.forEach((a) =>
a.fillUrl({ a.fillUrl({
cdnUrlOversize: this.cdnUrlOversize, cdnUrlOversize: this.cdnUrlOversize,
...(isChina ? { cdnUrl: this.cdnUrlCn } : { cdnUrl: this.cdnUrl }), ...(isChina ? { cdnUrl: this.cdnUrlCn, cdnUrlBackup: this.cdnUrl } : { cdnUrl: this.cdnUrl }),
}) })
); );
return archives; 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