Commit 223704f3 authored by nanahira's avatar nanahira

fix

parent d3c84c76
...@@ -24,4 +24,4 @@ script: ...@@ -24,4 +24,4 @@ script:
- mkdir replay - mkdir replay
- echo "select id from datas;" | sqlite3 ./cards.cdb | xargs -I {} ./ygopro {} 2>&1 | tee ./redtext.txt - echo "select id from datas;" | sqlite3 ./cards.cdb | xargs -I {} ./ygopro {} 2>&1 | tee ./redtext.txt
- exit $(cat ./redtext.txt | wc -l) - bash -c "exit $(cat ./redtext.txt | wc -l)"
\ No newline at end of file \ No newline at end of file
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