Skip to content

Commit

Permalink
.gitlab-ci.yml: Fix autobranch CI email address
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-raillard-arm committed Jan 28, 2025
1 parent 87756dc commit 1110fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ Autobranch:
git remote -v
git branch --list --remotes
git config --global user.name 'project_444_bot_b970213545be4e6c0185c64ae9fc5226'
git config --global user.email 'project_444_bot_b970213545be4e6c0185c64ae9fc5226@noreply.gitlab.arm.com'
git config --global user.name 'project_444_bot_07c92c61a7e6a3ceb601937355c7b6b5'
git config --global user.email 'project_444_bot_07c92c61a7e6a3ceb601937355c7b6b5@noreply.gitlab.arm.com'
script:
- |
Expand Down

0 comments on commit 1110fdd

Please sign in to comment.