fix

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

00:02:11

failed #82410
linux
pack

00:00:37

failed #82408
linux
redtext

00:00:32

 
  Deploy
skipped #82411
linux
upload_to_minio
 
Name Stage Failure
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-222DIY-update.7z || true
/bin/bash: line 119: 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 121: git: command not found
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1

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 e3222a3cf561efbc9bff9256e055a75f0b2aa9e1
$ 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 126: sqlite3: command not found
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1