mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-09 14:51:27 +00:00
4 lines
93 B
Bash
4 lines
93 B
Bash
|
#/usr/bin/env sh
|
||
|
cat<<EOF
|
||
|
BUILD_TAG ${GIT_COMMIT:-$(git describe --tags --long --always)}
|
||
|
EOF
|