delete special.lua

4 jobs for master in 1 minute and 33 seconds (queued for 1 second)
Status Job ID Name Coverage
  Prepare
passed #81941
linux
deploy_to_ygopro_server

00:01:33

failed #81942
linux
pack

00:01:30

failed #81940
linux
redtext

00:00:49

 
  Deploy
skipped #81943
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 92dc7ccfa787fdec9681a23922f079b005aebdaa
$ 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