This website requires JavaScript.
Explore
Help
Register
Sign In
wieerwill
/
platform
Watch
1
Star
0
Fork
0
You've already forked platform
mirror of
https://github.com/hcengineering/platform.git
synced
2025-01-23 20:13:20 +00:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
e63bbd563b
platform
/
common
/
scripts
/
git_version.sh
5 lines
76 B
Bash
Raw
Normal View
History
Unescape
Escape
Change shebangs to /usr/bin/env calls for better portability (#5961) Signed-off-by: Egor Savkin <tomasfire@live.com>
2024-07-01 16:21:52 +00:00
#!/usr/bin/env bash
Update sanity DB restore (#2836) Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-06-09 10:36:55 +00:00
version
=
$(
git describe --all --long
)
echo
\"
$version
\"
Reference in New Issue
Copy Permalink