mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
b465e19e5f
In order to be sure that a release can be executed on the local machine, the build_release script now checks for environment variables and tries to execute a couple of commands. In order to easily check for a correctly setup environment, you can run the following commands, which exits early and does not trigger a release process. ``` python3 dev-tools/build_release.py --check-only ```