Maybe it needs some quotes?

main^2
Jef Roosens 2022-04-07 16:24:51 +02:00
parent 8fd2b8c7ec
commit 690ca90b45
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pipeline:
image: 'archlinux:base-devel'
commands:
# Update packages
- pacman -Syu
- 'pacman -Syu'
# Create non-root user to perform build & switch to their home
- groupadd -g 1000 builder
- useradd -mg builder builder