-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current build stamp generation returned by !ping is from a time before git, and doesn't really work right for Git.
Ideally, we'd be able to expose the current commit hash in !ping, both when it is running in production under docker, as well as during development just in the source tree. One option would be to use git describe in the later case, and somehow drop a file into the container with the current commit hash in the former.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request