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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: