Merge branch 'main' of git.rustybever.be:bur/jjr-joplin
						commit
						4f63ed416f
					
				|  | @ -7,11 +7,11 @@ pipeline: | ||||||
|       # Create non-root user to perform build & switch to their home |       # Create non-root user to perform build & switch to their home | ||||||
|       - groupadd -g 1000 builder |       - groupadd -g 1000 builder | ||||||
|       - useradd -mg builder builder |       - useradd -mg builder builder | ||||||
|       - chown -R builder:builder "$PWD" |       - 'chown -R builder:builder "$PWD"' | ||||||
|       - "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" |       - "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" | ||||||
|       - su builder |       - su builder | ||||||
|       # Build the package |       # Build the package | ||||||
|       - makepkg -s --noconfirm --needed |       - 'echo "Y" | makepkg -s --noconfirm --needed' | ||||||
| 
 | 
 | ||||||
|   publish: |   publish: | ||||||
|     image: 'archlinux:latest' |     image: 'archlinux:latest' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue