Commit 096a2d00 authored by nanahira's avatar nanahira

_to_ygocc

parent 59234f12
...@@ -28,6 +28,27 @@ build_script: ...@@ -28,6 +28,27 @@ build_script:
- git commit -m "Auto Push by Nanahira" - git commit -m "Auto Push by Nanahira"
- git push https://%AUTH_TOKEN%@github.com/purerosefallen/ygopro-222DIY master data - git push https://%AUTH_TOKEN%@github.com/purerosefallen/ygopro-222DIY master data
- cd .. - cd ..
- git clone https://github.com/YGOCC/Terra
- cd Terra
- cp -rf ../expansions/script/c37564552.lua expansions/script
- cp -rf ../expansions/script/c37564765.lua expansions/script
- cp -rf ../expansions/script/c375649??.lua expansions/script
- git add . -A
- git commit -m "Auto Push by Nanahira"
- git push https://%AUTH_TOKEN%@github.com/YGOCC/Terra master
- git clone https://github.com/YGOCC/Moon
- cd Moon
- cp -rf ../expansions/script/c37564552.lua expansions/script
- cp -rf ../expansions/script/c37564765.lua expansions/script
- cp -rf ../expansions/script/c375649??.lua expansions/script
- cd update
- update.exe -ci
- cd ..
- git add . -A
- git commit -m "Auto Push by Nanahira"
- git push https://%AUTH_TOKEN%@github.com/YGOCC/Moon master
test: off test: off
......
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