mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
ci: add build stamping
This commit is contained in:
parent
54a8739afd
commit
ff27f1080b
4 changed files with 20 additions and 15 deletions
|
@ -5,6 +5,11 @@ go_library(
|
|||
srcs = ["version.go"],
|
||||
importpath = "github.com/roleypoly/roleypoly/src/common/version",
|
||||
visibility = ["//visibility:public"],
|
||||
x_defs = {
|
||||
"GitCommit": "{STABLE_GIT_COMMIT}",
|
||||
"GitBranch": "{STABLE_GIT_BRANCH}",
|
||||
"BuildDate": "{BUILD_DATE}",
|
||||
},
|
||||
)
|
||||
|
||||
go_test(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue