Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
975ae9bc2df698e6d7b18b3004cf478d6a3e1e9d
/
.
/
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
)