Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CircleCI command that checks a project's environment variables (#…
…1752) Related tiny-pilot/tinypilot-pro#1229 In an effort to reduce repetition on our CircleCI config, this PR includes the following: * Ports our [environment variable check from Tinypilot Pro](https://github.com/tiny-pilot/tinypilot-pro/blob/bddd86133a6685cef3ddc43631359ee97181d509/.circleci/config.yml#L273-L285). - Less one environment variable we don't use in Community. * Introduces the env check as a reusable CircleCI command. * We do this because in pro we make use of the env check more than once. 1. https://github.com/tiny-pilot/tinypilot-pro/blob/bddd86133a6685cef3ddc43631359ee97181d509/.circleci/config.yml#L273-L285 2. https://github.com/tiny-pilot/tinypilot-pro/blob/bddd86133a6685cef3ddc43631359ee97181d509/.circleci/config.yml#L335-L347 <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1752"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a>
- Loading branch information