Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
802ea004e71d52d90131517a4e319eb82259ee4d
/
.
/
scripts
/
current_version.sh
blob: fc1f62771e66ec9727c2193cb274ff0f93145ce8 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# Used with Bazel's stamping feature
# TODO: remove this one as part of #2158
echo BUILD_SCM_VERSION $
(
git describe
--
abbrev
=
7
--
tags HEAD
)
echo STABLE_BUILD_SCM_VERSION $
(
git describe
--
abbrev
=
7
--
tags HEAD
)