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

Allow custom source directories for testing #276

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

Conversation

idoqo
Copy link
Contributor

@idoqo idoqo commented Aug 12, 2024

At the moment, testing versions/release notes is hard for folks without the source files (e.g QA/FE teams).

This supports passing in a custom directory via env variables to the compiled binary. Custom version metadata and release notes can then be stored in the custom directory.

It is intended for docker containers where we can simply run: docker run ... -e DEV_METADATA_DIR=/tmp/metadata

At the moment, testing versions/release notes is hard for folks without
the source files (e.g QA/FE teams).

This supports passing in a custom directory via env variables to the
compiled binary. Custom version metadata and release notes can then be
stored in the custom directory.

It is intended for docker containers where we can simply run:
`docker run ... -e DEV_METADATA_DIR=/tmp/metadata`
@JNKPercona
Copy link

Test name Status
api-tests passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants