From 997dee0bc703d6d292b77840f35f5830e50b80ed Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 6 Sep 2022 00:01:23 +0200 Subject: [PATCH] CI: Fix missing tooling in CI image Signed-off-by: Knut Ahlers --- .repo-runner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.repo-runner.yaml b/.repo-runner.yaml index 5a7317a..3cabef4 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -5,8 +5,8 @@ checkout_dir: /go/src/github.com/Luzifer/twitch-bot commands: # Dependencies for downloading libraries - - echo -e "[luzifer]\nSigLevel = Optional TrustAll\nServer = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/\$arch" >>/etc/pacman.conf - - pacman -Syy --noconfirm awk curl git go golangci-lint-bin make nodejs-lts-fermium npm tar unzip which zip + - echo -e "[luzifer]\nSigLevel = Never\nServer = https://s3-eu-west-1.amazonaws.com/arch-luzifer-io/repo/\$arch" >>/etc/pacman.conf + - pacman -Syy --noconfirm awk curl diffutils git go golangci-lint-bin make nodejs-lts-fermium npm tar unzip which zip - make lint test publish environment: