Skip to content

Commit 7b1b086

Browse files
committed
update ref
1 parent c904ae3 commit 7b1b086

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ before_deploy:
8787
- cp locales/${locale}/* .
8888
- mkdir replay
8989
- mkdir pics
90-
- curl --progress-bar --location --retry 5 --output "ygopro-images-${locale}.zip" http://amagyjs.ygo233.com:8080/ygopro-images-${locale}.zip
90+
- curl --progress-bar --location --retry 5 --output "ygopro-images-${locale}.zip" https://water.mycard.moe:9777/ygopro-images-${locale}.zip
9191
- unzip -q -d pics ygopro-images-${locale}.zip
9292
- curl --location --retry 5 --output 'ygopro-starter-pack-master.zip' https://github.com/moecube/ygopro-starter-pack/archive/master.zip
9393
- unzip -q ygopro-starter-pack-master.zip

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ after_build:
6868
- cp locales/%locale%/* .
6969
- mkdir replay
7070
- mkdir pics
71-
- curl --location --retry 5 --output ygopro-images-%locale%.zip http://amagyjs.ygo233.com:8080/ygopro-images-%locale%.zip
71+
- curl --location --retry 5 --output ygopro-images-%locale%.zip https://water.mycard.moe:9777/ygopro-images-%locale%.zip
7272
- unzip -q -d pics ygopro-images-%locale%.zip
7373
- curl --location --retry 5 --output ygopro-starter-pack-master.zip https://github.com/moecube/ygopro-starter-pack/archive/master.zip
7474
- unzip -q ygopro-starter-pack-master.zip

ocgcore

script

0 commit comments

Comments
 (0)