Skip to content

Commit

Permalink
update image source
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 committed Dec 2, 2020
1 parent 6d553b2 commit e8d1fa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ before_deploy:
- cp locales/${locale}/* .
- mkdir replay
- mkdir pics
- curl --progress-bar --location --retry 5 --output "ygopro-images-${locale}.zip" https://cdn01.moecube.com/images/ygopro-images-${locale}.zip
- curl --progress-bar --location --retry 5 --output "ygopro-images-${locale}.zip" https://minio-tokin.mycard.moe:9001/mycard/images/ygopro-images-${locale}.zip
- unzip -q -d pics ygopro-images-${locale}.zip
- curl --location --retry 5 --output 'ygopro-starter-pack-master.zip' https://github.com/moecube/ygopro-starter-pack/archive/master.zip
- unzip -q ygopro-starter-pack-master.zip
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ after_build:
- cp locales/%locale%/* .
- mkdir replay
- mkdir pics
- curl --location --retry 5 --output ygopro-images-%locale%.zip https://cdn01.moecube.com/images/ygopro-images-%locale%.zip
- curl --location --retry 5 --output ygopro-images-%locale%.zip https://minio-tokin.mycard.moe:9001/mycard/images/ygopro-images-%locale%.zip
- unzip -q -d pics ygopro-images-%locale%.zip
- curl --location --retry 5 --output ygopro-starter-pack-master.zip https://github.com/moecube/ygopro-starter-pack/archive/master.zip
- unzip -q ygopro-starter-pack-master.zip
Expand Down
2 changes: 1 addition & 1 deletion ocgcore
2 changes: 1 addition & 1 deletion script

0 comments on commit e8d1fa4

Please sign in to comment.