Merge branch 'master' of git.mycard.moe:nanahira/windbot

4 jobs for master in 45 seconds (queued for 3 seconds)
Status Job ID Name Coverage
  Build
failed #209812
linux
build

00:00:45

failed #209813
docker
docker

00:00:15

 
  Deploy
skipped #209815
docker
deploy_docker
skipped #209814
linux
upload_to_minio
 
Name Stage Failure
failed
build Build
$ mv -f BotWrapper/bin/Release/Bot.exe .
$ mv -f BotWrapper/bin/Release/bot.conf .
$ mv -f BotWrapper/BotWrapper.sh ./bot
$ chmod +x ./bot
$ mkdir dist
$ 7z a -mx9 dist/WindBot.7z WindBot Bot.exe bot.conf
/bin/bash: line 162: 7z: command not found
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1

failed
docker Build
   1 |     FROM mono as builder
2 |
3 | >>> RUN apt update && env DEBIAN_FRONTEND=noninteractive apt install -y wget git
4 |
5 | COPY . /windbot-source
--------------------
ERROR: failed to solve: process "/bin/sh -c apt update && env DEBIAN_FRONTEND=noninteractive apt install -y wget git" did not complete successfully: exit code: 100
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1