mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
.gitlab-ci.yml: pytest: install rsync and arch-install-scripts for cmd_build()
This commit is contained in:
parent
ff8001881a
commit
04f9173233
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pytest:
|
|||
stage: check
|
||||
image: archlinux
|
||||
before_script:
|
||||
- pacman -Sy --noconfirm --needed archlinux-keyring && pacman -Su --noconfirm python python-pip sudo git base-devel
|
||||
- pacman -Sy --noconfirm --needed archlinux-keyring && pacman -Su --noconfirm python python-pip sudo git base-devel arch-install-scripts rsync
|
||||
- pip install -r test_requirements.txt -r requirements.txt
|
||||
- 'echo "kupfer ALL = (ALL) NOPASSWD: ALL" > /etc/sudoers.d/kupfer_all'
|
||||
- useradd -m kupfer
|
||||
|
|
Loading…
Add table
Reference in a new issue