[Fix] Put netoik-cicd-runner home in /home to run shfmt

This commit is contained in:
samuel 2023-04-27 18:06:19 +02:00
parent 77ca0cfc56
commit 77e75ef71e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if ! getent group %{name}-runner-deployer; then
fi fi
if ! id %{name}-runner; then if ! id %{name}-runner; then
useradd --create-home \ useradd --create-home \
--home-dir %{_var}/%{name}-runner \ --home-dir /home/%{name}-runner \
--shell=%{_bindir}/rpmdev-setuptree \ --shell=%{_bindir}/rpmdev-setuptree \
--groups %{name}-git-runner,%{name}-runner-deployer \ --groups %{name}-git-runner,%{name}-runner-deployer \
--user-group \ --user-group \