mirror of
https://github.com/alrayyes/st.git
synced 2024-11-22 11:26:21 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
c0225e0bc1
commit
f53312b71c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ build:package:
|
|||
stage: compile
|
||||
image: archlinux/base
|
||||
script:
|
||||
- pacman -S --needed --noconfirm sudo # Install sudo
|
||||
- pacman -Sy --needed --noconfirm sudo # Install sudo
|
||||
- useradd builduser -m # Create the builduser
|
||||
- passwd -d builduser # Delete the buildusers password
|
||||
- printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers # Allow the builduser passwordless sudo
|
||||
|
|
Loading…
Reference in a new issue