-
Notifications
You must be signed in to change notification settings - Fork 29
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
install.sh: set vars from files only if needed #300
install.sh: set vars from files only if needed #300
Conversation
For my RHTAP development workflow, I want to disable some features and leave the related environment variables unset. Currently, I can't do that because the install script will try to read the values for those variables from files in /usr/local/rhtap-cli-install. Change the script to read from /usr/local/rhtap-cli-install only if the variable is unset AND the corresponding feature is enabled. Signed-off-by: Adam Cmiel <acmiel@redhat.com>
b0b5249
to
07b0a7f
Compare
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
Looks like all the tests finally passed 🎉 |
/lgtm |
|
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chmeliik, Roming22 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9d9e568
into
redhat-appstudio:main
For my RHTAP development workflow, I want to disable some features and leave the related environment variables unset. Currently, I can't do that because the install script will try to read the values for those variables from files in /usr/local/rhtap-cli-install.
Change the script to read from /usr/local/rhtap-cli-install only if the variable is unset AND the corresponding feature is enabled.