Commit b407b8a2 authored by nanahira's avatar nanahira

fix

parent 479b0563
......@@ -31,7 +31,7 @@ before_install:
- mkdir replay
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 ..
- 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