Merge branch 'main' of git.rustybever.be:bur/jjr-joplin

main
Jef Roosens 2022-01-02 13:46:00 +01:00
commit 4f63ed416f
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ pipeline:
# Create non-root user to perform build & switch to their home
- groupadd -g 1000 builder
- useradd -mg builder builder
- chown -R builder:builder "$PWD"
- 'chown -R builder:builder "$PWD"'
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
- su builder
# Build the package
- makepkg -s --noconfirm --needed
- 'echo "Y" | makepkg -s --noconfirm --needed'
publish:
image: 'archlinux:latest'