File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TERRAFORM_VERSION=0.14.7
66TERRAFORM_OS =$(shell uname -s | tr A-Z a-z)
77TEST_USER =root
88TEST_PASSWORD =my-secret-pw
9- DATESTAMP =$(shell date "+% Y% m% d% H % M % S ")
9+ DATESTAMP =$(shell date "+% Y% m% d")
1010SHA_SHORT =$(shell git describe --match=FORCE_NEVER_MATCH --always --abbrev=40 --dirty --abbrev)
1111MOST_RECENT_UPSTREAM_TAG =$(shell git for-each-ref refs/tags --sort=-taggerdate --format="% (refname) " | head -1 | grep -E -o "v\d+\.\d+\.\d+")
1212
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ fragmentation. We will update this readme if those design choices change.
1313
1414zph fork will use release naming in the following form:
1515
16- v3.0.62-20240705125429 -3c7af6a
16+ v3.0.62-20240705 -3c7af6a
1717
1818{petoju version}-{date}-{sha}
1919
You can’t perform that action at this time.
0 commit comments