From 77e75ef71ec22ef05b63029d7c7e8026fbdc790e Mon Sep 17 00:00:00 2001 From: samuel Date: Thu, 27 Apr 2023 18:06:19 +0200 Subject: [PATCH] [Fix] Put netoik-cicd-runner home in /home to run shfmt --- netoik-cicd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netoik-cicd.spec b/netoik-cicd.spec index dace3b2..98b7755 100644 --- a/netoik-cicd.spec +++ b/netoik-cicd.spec @@ -35,7 +35,7 @@ if ! getent group %{name}-runner-deployer; then fi if ! id %{name}-runner; then useradd --create-home \ - --home-dir %{_var}/%{name}-runner \ + --home-dir /home/%{name}-runner \ --shell=%{_bindir}/rpmdev-setuptree \ --groups %{name}-git-runner,%{name}-runner-deployer \ --user-group \