Commit c2ebb7c8 authored by nanahira's avatar nanahira

fix

parent 09e9abd9
...@@ -107,7 +107,7 @@ before_deploy: ...@@ -107,7 +107,7 @@ before_deploy:
- mv -f BotWrapper.sh bot.sh - mv -f BotWrapper.sh bot.sh
- cd sound - cd sound
- bash -c "grep -P '\w+\.wav' files.txt | xargs -I {} curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/raw/master/sound/{} ; exit 0" - bash -c "grep '.wav' files.txt | xargs -I {} curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/raw/master/sound/{} ; exit 0"
- cd .. - cd ..
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
......
...@@ -72,7 +72,7 @@ after_build: ...@@ -72,7 +72,7 @@ after_build:
- cp -rf ygopro-starter-pack-master/* . - cp -rf ygopro-starter-pack-master/* .
- cd sound - cd sound
- bash -c "grep -P '\w+\.wav' files.txt | xargs -I {} curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/raw/master/sound/{} ; exit 0" - bash -c "grep '.wav' files.txt | xargs -I {} curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/purerosefallen/ygopro-222DIY-data/raw/master/sound/{} ; exit 0"
- cd .. - cd ..
- rm -rf pics/thumbnail pics/*.db - rm -rf pics/thumbnail pics/*.db
......
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