00:00:16
Aug 04, 2025
$ mv /ygopro-server/ygopro .$ mkdir dist$ cd ygopro$ rm -rf expansions$ ln -s ../expansions .$ sqlite3 $DATABASE_FILE "select id from datas where type != 0x11 and (type & 0x4000) = 0;" | xargs -I {} -P $(nproc) bash -c './ygopro {} 2>&1 | tee ../redtext-{}.txt'/bin/bash: line 161: sqlite3: command not foundCleaning up project directory and file based variablesERROR: Job failed: exit code 1