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: