added git

This commit is contained in:
Oscar Krause 2022-12-28 21:15:32 +01:00
parent 571e654af1
commit abb56be3bb

View File

@ -47,6 +47,7 @@ build:pamac:
rules:
- if: $CI_COMMIT_BRANCH == "archlinux-makepkg"
before_script:
- pacman -Syu --noconfirm git
- useradd --no-create-home --shell=/bin/false build && usermod -L build
- 'echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'
- 'echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'