From 001427b023189cbb73613631c560b2f50a8ac687 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 15 Apr 2024 18:55:17 +0300 Subject: fix(radicle_node): configure git user, for tests run by native CI Signed-off-by: Lars Wirzenius Sponsored-by: author --- roles/radicle_node/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles') diff --git a/roles/radicle_node/tasks/main.yml b/roles/radicle_node/tasks/main.yml index 5a8a74b..8e04a83 100644 --- a/roles/radicle_node/tasks/main.yml +++ b/roles/radicle_node/tasks/main.yml @@ -43,6 +43,11 @@ shell: | systemctl stop radicle-ci-broker || true +- name: "configure git for _rad user" + shell: | + sudo -u _rad git config --global user.name "_rad" + sudo -u _rad git config --global user.email "liw@liw.fi" + - name: "create directory for Radicle for the _rad user" file: state: directory -- cgit v1.2.1