You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When just checking out a commit (or tag like v0.2.1) and building flow, the version info is completely missing in the build. I believe that the reason is the usage of git log --pretty=oneline @{u}... because @{u} tries to resolve the remote tracking branch. Running the git command directly prints fatal: HEAD does not point to a branch.
The text was updated successfully, but these errors were encountered:
When just checking out a commit (or tag like v0.2.1) and building flow, the version info is completely missing in the build. I believe that the reason is the usage of
git log --pretty=oneline @{u}...
because @{u} tries to resolve the remote tracking branch. Running the git command directly printsfatal: HEAD does not point to a branch
.The text was updated successfully, but these errors were encountered: