Replace c65700105.lua

4 jobs for master in 2 minutes and 18 seconds (queued for 3 seconds)
Status Job ID Name Coverage
  Prepare
passed #144524
linux
deploy_to_ygopro_server

00:02:17

failed #144525
linux
pack

00:01:14

failed #144523
linux
redtext

00:01:38

 
  Deploy
skipped #144526
linux
upload_to_minio
 
Name Stage Failure
failed
redtext Prepare
$ mkdir dist
$ cd ygopro
$ mv ../expansions .
$ echo "# Result of redtext test of commit $CI_COMMIT_SHA" | tee ../dist/redtext.txt
# Result of redtext test of commit a81000e8371763ab607accfb15ca882dd6655659
$ echo "select id from datas where type != 0x10 and (type & 0x4000) = 0;" | sqlite3 $DATABASE_FILE | xargs -I {} ./ygopro {} 2>&1 | tee ../dist/redtext.txt
/bin/bash: line 121: sqlite3: command not found
Cleaning up file based variables
ERROR: Job failed: exit code 1
failed
pack Prepare
E: The repository 'http://deb.debian.org/debian buster-updates InRelease' is not signed.
$ mkdir -p dist/archive dist/contents
$ git log --pretty=%H --since=$LAST_UPDATE_DATE | xargs -I {} git diff-tree --no-commit-id --name-only --diff-filter=ACMR -r {} | sed "/sound\//d;/update\//d;/.yml/d" | sort | uniq | sed "s/^/'/g;s/\$/'/g" | xargs 7z a -mx9 dist/archive/ygopro-FiNALE-DIY-update.7z || true
/bin/bash: line 114: git: command not found
xargs: 7z: No such file or directory
$ git clone --depth=1 https://code.mycard.moe/alstroemeria-silentlove/ygopro-222DIY-sound sound
/bin/bash: line 116: git: command not found
Cleaning up file based variables
ERROR: Job failed: exit code 1