Skip to content
Snippets Groups Projects
Commit 9360796c authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Split Git related information to own class


Move the following methods:
* `Build::Info.branch_name`       => `Build::Info::Git.branch_name`
* `Build::Info.current_git_tag`   => `Build::Info::Git.tag_name`
* `Build::Info.commit_sha`        => `Build::Info::Git.commit_sha`
* `Build::Info.latest_tag`        => `Build::Info::Git.latest_tag`
* `Build::Info.latest_stable_tag` => `Build::Info::Git.latest_stable_tag`

Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 98841021
2 merge requests!109heptapod#1351: making Heptapod 0.41 the new oldstable,!105heptapod#1283: making 0.41 the new stable
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment