metricator/scripts
Stanislav Nikitin e679fecf6e
Correctly set version info when building, fixed build script and added headers for apps endpoints.
2020-11-28 23:46:24 +05:00
..
shell_helpers Initial commit. 2020-11-28 23:34:20 +05:00
README.md Initial commit. 2020-11-28 23:34:20 +05:00
build.sh Correctly set version info when building, fixed build script and added headers for apps endpoints. 2020-11-28 23:46:24 +05:00
show_git_data.sh Correctly set version info when building, fixed build script and added headers for apps endpoints. 2020-11-28 23:46:24 +05:00

README.md

Scripts directory

This directory contains various scripts that is used for whole application lifecycle - building, testing, deploying, etc.

WARNING: these scripts assuming that they're launched from root directory of project! Do not launch them like:

./some_stript.sh

Instead launch them from root directory like:

./scripts/some_script.sh

Otherwise your computer might explode. You were warned.