mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-14 08:47:13 +00:00
fix
This commit is contained in:
parent
8bb3092002
commit
8088c52551
1 changed files with 3 additions and 1 deletions
|
@ -62,9 +62,11 @@ class GitVersion:
|
|||
"GIT_BRANCH": branch,
|
||||
"VERSION": version,
|
||||
"BUILD_DIRTY": dirty and 1 or 0,
|
||||
"GIT_ORIGIN": ",".join(self._get_git_origins()),
|
||||
"GIT_ORIGIN": "https://github.com/DarkFlippers/unleashed-firmware.git",
|
||||
"GIT_COMMIT_DATE": commit_date,
|
||||
}
|
||||
|
||||
# "GIT_ORIGIN": ",".join(self._get_git_origins()),
|
||||
|
||||
def _get_git_origins(self):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue