Commit b4c7f0bd authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 105e3f84
Pipeline #33937 passed with stages
in 57 minutes and 40 seconds
......@@ -21,6 +21,7 @@ redtext:
- mv /ygopro-server/ygopro .
- mkdir dist
- cd ygopro
- rm -rf expansions
- ln -s ../expansions .
- echo "# Result of redtext test of commit $CI_COMMIT_SHA" | tee ../dist/redtext.txt
- echo "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../dist/redtext.txt
......
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