Commit b407b8a2 authored by nanahira's avatar nanahira

fix

parent 479b0563
...@@ -31,7 +31,7 @@ before_install: ...@@ -31,7 +31,7 @@ before_install:
- mkdir replay - mkdir replay
script: script:
- echo "select id from datas;" | sqlite3 ./expansions/7cgl.cdb | xargs -I {} ./ygopro {} 2>&1 | tee ../redtext.txt - echo "select id from datas;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../redtext.txt
- cd .. - cd ..
- bash -c "exit $(cat ./redtext.txt | wc -l)" - bash -c "exit $(cat ./redtext.txt | wc -l)"
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