-
-
Notifications
You must be signed in to change notification settings - Fork 21
refactor: improve install.yaml examples #78
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
Conversation
tyler36
left a comment
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.
It would be great if we could extract the version number into a variable so we only had to update it in place.
|
And bear in mind the only real thing I was trying to showcase was the use of |
use ${DDEV_EXECUTABLE}
Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com>
stasadev
left a comment
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 to me.
|
Thanks! |
Duplicate of #77 - I cleaned up a lot of my repos and accidentally deleted this fork that closed the PR. I couldn't find a way to re-open that one.
I was trying this with a local compiled version of ddev and obviously I wanted that binary to be used for ddev commands instead of the globally installed one.
I think this is a nice tweak to have in the template so that it's easier to find.
Probably worth adding it to the docs as well.