Commit e3678a43 authored by nanahira's avatar nanahira

fix

parent 0a41ba0d
Pipeline #4966 passed with stages
in 28 minutes and 47 seconds
......@@ -21,8 +21,8 @@ redtext:
- mkdir dist
- cd ygopro
- mv ../expansions .
- echo "# Result of redtext test of commit $CI_COMMIT_SHA"
- echo "select id from datas;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../dist/redtext.txt
- echo "# Result of redtext test of commit $CI_COMMIT_SHA" | tee ../dist/redtext.txt
- echo "select id from datas where type != 0x10 and (type & 0x4000) = 0;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../dist/redtext.txt
- cd ..
artifacts:
paths:
......
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