Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Require ENVIRONMENT_NAME for darwin signing on CI #49105

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

camscale
Copy link
Contributor

When running the build on CI, require that the ENVIRONMENT_NAME
environment var is set, and only default to build-stage if we are not
on CI. This can help catch this var missing on CI while still in staging
and not when we try a production release.


This a draft while I complete some testing to ensure it does not break the
build.

@camscale camscale added the no-changelog Indicates that a PR does not require a changelog entry label Nov 16, 2024
When running the build on CI, require that the `ENVIRONMENT_NAME`
environment var is set, and only default to `build-stage` if we are not
on CI. This can help catch this var missing on CI while still in staging
and not when we try a production release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant