From 390dd25a90be95fa6a9ba9b06fdb9df36cab55a0 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sun, 27 Apr 2025 23:04:18 +0200 Subject: [PATCH] add some character for testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 998ff4c..93e88d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ sync_branches: rules: - if: '$CI_COMMIT_BRANCH == "production"' before_script: - - git config --global user.email "gitlab-ci@rhein-software.dev" + - git config --global user.email "gitlab-ci1@rhein-software.dev" - git config --global user.name "GitLab CI" script: - git remote set-url origin "https://oauth2:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"