Commit c17c2cba authored by nanahira's avatar nanahira

fix

parent ac77081b
Pipeline #102 canceled with stages
in 4 minutes and 7 seconds
...@@ -18,6 +18,7 @@ redtext: ...@@ -18,6 +18,7 @@ redtext:
- mv /ygopro-server/ygopro . - mv /ygopro-server/ygopro .
- mkdir dist - mkdir dist
- cd ygopro - cd ygopro
- mv ../expansions .
- echo "select id from datas;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../dist/redtext.txt - echo "select id from datas;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../dist/redtext.txt
- cd .. - cd ..
- cat dist/redtext.txt - cat 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