This website requires JavaScript.
Explore
Help
Sign In
hcengineering
/
platform
Watch
1
Star
0
Fork
0
You've already forked platform
mirror of
https://github.com/hcengineering/platform.git
synced
2024-12-20 18:02:01 +03:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
5933f16f95
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 19:21:52 +03:00
#!/usr/bin/env bash
Update sanity DB restore (#2836) Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-06-09 13:36:55 +03:00
version
=
$(
git describe --all --long
)
echo
\"
$version
\"
Reference in New Issue
Copy Permalink