athena: publish git commit date (#38513)

This commit is contained in:
Adeeb Shihadeh
2026-08-01 23:07:50 -07:00
committed by GitHub
parent f09211fcc5
commit 20eb0d733a
+1
View File
@@ -377,6 +377,7 @@ def getVersion() -> dict[str, str]:
"remote": build_metadata.openpilot.git_normalized_origin,
"branch": build_metadata.channel,
"commit": build_metadata.openpilot.git_commit,
"commit_date": build_metadata.openpilot.git_commit_date.strip("'").split()[0],
}