-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go mod pseudo version uses wrong timestamp #186
Comments
/cc @liggitt |
It needs to be |
https://stackoverflow.com/a/41032442/54696 might work edit: beat me to it |
does the trick. |
Fixed in #185 /close |
@nikhita: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We use
TZ=GMT git show -q --pretty='format:v0.0.0-%cd-%h' --date='format:%Y%m%d%H%M%S' --abbrev=12
to get the time stamp of the last commit. But this does not work,TZ=GMT
has no influence and we get (probably) the timezone of the last commit.The text was updated successfully, but these errors were encountered: