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

Use write-build-env-var utility to move off RC file #14

Merged
merged 9 commits into from
Jul 15, 2024

Conversation

mccanns3
Copy link

Hi,
We're moving off of using the build command RC file for persisting env variables. Replacing the usage with a utility script you can use that will persist env variable changes to any env variables that have beed defined as part of the build config (which is why I had to define the two extra env variables initialised with empty strings in the .blazar.yaml)

@mccanns3
Copy link
Author

@maksung228 Would you be someone to review and merge this?

@mccanns3 mccanns3 requested a review from maksung228 November 21, 2023 18:24
@mccanns3
Copy link
Author

I just realised I had actually PR'd cleaning up the RC file different a month ago 🤦 #12

@maksung228 I'll let you decide if the environment variables actually need to be persisted through the build or if they are only needed in the current build step. Then you can choose which PR to close and which to merge.

This PR will persist the env variables throughout all the build steps. The other PR just does not persist them at all anymore outside of the scope of the script using them.

@elangan elangan merged commit d9561ac into master Jul 15, 2024
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.

3 participants