Commit 9de7a67a authored by nanahira's avatar nanahira

fix

parent 9d4e0f30
Pipeline #37601 failed with stages
in 1 minute and 4 seconds
......@@ -112,7 +112,7 @@ redtext:
- cd ygopro
- rm -rf expansions
- ln -s ../ ./expansions
- ls -1 ../*.cdb | xargs -I '{}' "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | xargs -I {} -P $(nproc) bash -c './ygopro {} 2>&1 | tee ../redtext-{}.txt'
- ls -1 ../*.cdb | xargs -I '{}' sqlite3 "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | xargs -I {} -P $(nproc) bash -c './ygopro {} 2>&1 | tee ../redtext-{}.txt'
- cd ..
- cat redtext-*.txt > redtext.txt
# if there are any lines in redtext.txt fail the job
......
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