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
$ 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