[Fix] Set git config to be able to add git tags

This commit is contained in:
samuel 2023-05-02 13:30:39 +02:00
parent 6684563006
commit 606760d54e
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ if ! id %{name}-runner; then
--user-group \
%{name}-runner
runuser --login %{name}-runner
runuser --login %{name}-runner -- git \
--global user.email %{name}-runner@netoik.io
runuser --login %{name}-runner -- git \
--global user.name %{name}-runner
fi
if ! id %{name}-deployer; then
useradd --no-create-home \