Skip to content

fix(pullreq_pipeline): remove hardcoded git identity from amend command#449

Merged
vpodzime merged 1 commit into
masterfrom
QA-1505-remove-git-identity-flags
Apr 30, 2026
Merged

fix(pullreq_pipeline): remove hardcoded git identity from amend command#449
vpodzime merged 1 commit into
masterfrom
QA-1505-remove-git-identity-flags

Conversation

@p-targowicz
Copy link
Copy Markdown
Contributor

The user.email and user.name -c flags override the git identity for the amend commit - it leads to sync issue #448 (comment)

Ticket: QA-1505

@mender-test-bot
Copy link
Copy Markdown

There was an error syncing branches, see logs for details.

The user.email and user.name -c flags override the git identity for the
amend commit, which is unnecessary and ties the runner to a specific bot
account. Removing them lets git use the configured identity from the
environment.

Ticket: QA-1505
Signed-off-by: Patryk Targowicz <patryk.targowicz@northern.tech>
@p-targowicz p-targowicz force-pushed the QA-1505-remove-git-identity-flags branch from 0bf13dd to bd64642 Compare April 30, 2026 07:44
@mender-test-bot
Copy link
Copy Markdown

There was an error syncing branches, see logs for details.

Copy link
Copy Markdown
Contributor

@vpodzime vpodzime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks legit to me.

@vpodzime vpodzime merged commit e54da61 into master Apr 30, 2026
@p-targowicz p-targowicz deleted the QA-1505-remove-git-identity-flags branch April 30, 2026 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants