mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 20:01:17 +00:00
CI: Fix missing tooling in CI image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9d83021c27
commit
997dee0bc7
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue