-
Notifications
You must be signed in to change notification settings - Fork 4
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
bug fixes subql #364
bug fixes subql #364
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
39cad35
to
c58bf0a
Compare
PR Type
Bug fix, Enhancement
Description
sudo
to directory creation commands in Terraform scripts.install_subql_stack.sh
script by removing export and build commands, moving them to Terraform scripts.Changes walkthrough 📝
bootstrap_nova_subql_provisioner.tf
Improve permission handling and streamline subql stack setup
templates/terraform/subql/base/bootstrap_nova_subql_provisioner.tf
sudo
to directory creation commands for permission handling.bootstrap_subql_provisioner.tf
Enhance permission handling and streamline subql stack setup
templates/terraform/subql/base/bootstrap_subql_provisioner.tf
sudo
to directory creation commands for permission handling.install_subql_stack.sh
Simplify subql stack installation script
templates/terraform/subql/base/scripts/install_subql_stack.sh