mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 23:15:04 +00:00
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 ```