Push Pipeline Error #181

Merged
flixcoo merged 5 commits from hotfix/push-pipeline-error into development 2026-01-20 14:52:47 +00:00
Owner

Zugehörige Issue(s)

-

Beschreibung

Die Referenzierung der Branch bei einem Push funktioniert anders als bei einem Pull Request. Die Pipeline hat den Fehler fatal: invalid refspec 'HEAD:' geschmissen, weil man die Branch nicht über gitea.head_ref referenzieren kann, sondern das über gitea.ref_name machen muss

Änderungen

  • Referenz angepasst

Zusätzliche Anmerkungen

No response

### Zugehörige Issue(s) \- ### Beschreibung Die Referenzierung der Branch bei einem Push funktioniert anders als bei einem Pull Request. Die Pipeline hat den Fehler `fatal: invalid refspec 'HEAD:'` geschmissen, weil man die Branch nicht über `gitea.head_ref` referenzieren kann, sondern das über `gitea.ref_name` machen muss ### Änderungen - Referenz angepasst ### Zusätzliche Anmerkungen _No response_
flixcoo added 5 commits 2026-01-20 11:03:57 +00:00
Fixed push pipeline
All checks were successful
Push Pipeline / test (push) Successful in 1m57s
Push Pipeline / update_version (push) Has been skipped
Push Pipeline / format (push) Successful in 2m17s
eb404f3ef2
Removed development restriction
All checks were successful
Push Pipeline / test (push) Successful in 1m57s
Push Pipeline / update_version (push) Successful in 6s
Push Pipeline / format (push) Successful in 2m6s
e9929426e0
Updated ref names
All checks were successful
Pull Request Pipeline / lint (pull_request) Successful in 2m13s
Pull Request Pipeline / test (pull_request) Successful in 2m22s
bc51b23563
flixcoo changed title from Push Pipeline Error to WIP: Push Pipeline Error 2026-01-20 11:04:24 +00:00
flixcoo requested review from Owners 2026-01-20 11:04:28 +00:00
flixcoo added this to the Alpha milestone 2026-01-20 11:04:29 +00:00
flixcoo added the
PR
Ready for Review
2
Task
Hotfix
labels 2026-01-20 11:04:35 +00:00
flixcoo self-assigned this 2026-01-20 11:04:39 +00:00
flixcoo changed title from WIP: Push Pipeline Error to Push Pipeline Error 2026-01-20 11:04:39 +00:00
gelbeinhalb approved these changes 2026-01-20 14:46:43 +00:00
flixcoo merged commit b14b7733ca into development 2026-01-20 14:52:47 +00:00
flixcoo deleted branch hotfix/push-pipeline-error 2026-01-20 14:52:47 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: liquid-development/game-tracker#181