Sign in
bazel
/
continuous-integration
/
694e69a9255d8475d31736aa24e91ecce4ad5217
/
.
/
BUILD
blob: 7e76bfa35c730f3590919647306a4339f27213ea [
file
] [
log
] [
blame
]
genrule
(
name
=
"git-hash"
,
srcs
=
[
".git/logs/HEAD"
],
outs
=
[
"git-hash.txt"
],
cmd
=
"tail -1 $< | cut -d ' ' -f 2 > $@"
,
visibility
=
[
"//visibility:public"
],
)