From 9c6401ec67d2ecac07b14de073b2f14d22ffac7f Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 12 Apr 2022 11:36:17 +0200 Subject: [PATCH] ci: Tweak the name and email of the in-container git configuration This change makes the git operations reference the project's name and a generic project CI email. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .oniro-ci/containers/bitbake-builder/.gitconfig | 4 ++-- .oniro-ci/containers/docs-builder/.gitconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.oniro-ci/containers/bitbake-builder/.gitconfig b/.oniro-ci/containers/bitbake-builder/.gitconfig index 8b2e0662..bd53c98f 100644 --- a/.oniro-ci/containers/bitbake-builder/.gitconfig +++ b/.oniro-ci/containers/bitbake-builder/.gitconfig @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 [user] - name = OSTC Builder - email = ostc-builder@example.org + name = Oniro Project CI + email = oniro-dev@eclipse.org diff --git a/.oniro-ci/containers/docs-builder/.gitconfig b/.oniro-ci/containers/docs-builder/.gitconfig index 8b2e0662..bd53c98f 100644 --- a/.oniro-ci/containers/docs-builder/.gitconfig +++ b/.oniro-ci/containers/docs-builder/.gitconfig @@ -2,5 +2,5 @@ # SPDX-License-Identifier: Apache-2.0 [user] - name = OSTC Builder - email = ostc-builder@example.org + name = Oniro Project CI + email = oniro-dev@eclipse.org -- GitLab