-
Notifications
You must be signed in to change notification settings - Fork 45
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
Adds install-dependencies target in Makefile #351
Adds install-dependencies target in Makefile #351
Conversation
- adds the only dependancy on Terrform snap.
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.
Looks good, nice suggestion, a few comments.
@anvial Could you update the Readme to reflect these changes. |
- adds golangci-lint - adds go
ae5f6ac
to
7e3ca7f
Compare
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.
One suggestion, but otherwise lgtm - thank you
@@ -34,6 +34,12 @@ _Note:_ These features may not have functional parity with the juju cli at this | |||
|
|||
1. Clone the repository | |||
1. Enter the repository directory | |||
1. Build the provider dependencies using the make `install-dependencies` target: |
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.
As we're not actually building the dependencies, suggest:
"Install the provider requirements and dependencies using the make install-dependencies
target:"
Description
Add a new Makefile target, which adds the dependency on snaps listed in the PACKAGES variable.
Here is the list of the packages:
Environment
Juju controller version: any
Terraform version: any
QA steps
Links
Jira-card: JUJU-5117