Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show master instead of HEAD as branch #2465

Merged
merged 1 commit into from
Feb 8, 2020

Conversation

tessus
Copy link
Collaborator

@tessus tessus commented Feb 8, 2020

Builds in CI are done from a 'detached HEAD' state. Thus git rev-parse --abbrev-ref HEAD always returns HEAD, which is not master.
Releases are always created from the master branch, thus HEAD -> master.

Builds in CI are done from a 'detached HEAD' state. Thus `git rev-parse --abbrev-ref HEAD` always returns HEAD, which is not master.
Releases are always created from the master branch, thus HEAD -> master.
@tessus tessus added desktop All desktop platforms PR-tested labels Feb 8, 2020
@laurent22 laurent22 merged commit cfb59f2 into laurent22:master Feb 8, 2020
@tessus tessus deleted the infra/git-branch branch February 10, 2020 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop All desktop platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants