diff --git a/integration/lib.sh b/integration/lib.sh index 7e79870..ac64d56 100755 --- a/integration/lib.sh +++ b/integration/lib.sh @@ -142,8 +142,8 @@ new_fleet_repo_init() { git init if is_ci then - git config user.email "${CI_COMMIT_AUTHOR_EMAIL}" - git config user.name "${CI_COMMIT_AUTHOR}" + git config user.email "hostea-dashobard-test@example.org" + git config user.name "hoste-dashobard-test" chmod 600 $GITEA_HOSTEA_FLEET_DEPLOY_KEY_PRIVATE fi git add README