Commit ac77081b authored by nanahira's avatar nanahira

fix

parent ae04d420
Pipeline #101 failed with stages
in 1 minute and 17 seconds
...@@ -16,8 +16,8 @@ redtext: ...@@ -16,8 +16,8 @@ redtext:
script: script:
- apt update && apt -y install sqlite3 - apt update && apt -y install sqlite3
- mv /ygopro-server/ygopro . - mv /ygopro-server/ygopro .
- cd ygopro
- mkdir dist - mkdir dist
- cd ygopro
- 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