-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add patch to update grumphp git hook from lando to DDEV aware #7
Comments
hkirsman
added a commit
that referenced
this issue
Feb 23, 2024
hkirsman
added a commit
that referenced
this issue
Feb 23, 2024
hkirsman
added a commit
that referenced
this issue
Feb 23, 2024
hkirsman
added a commit
that referenced
this issue
Feb 23, 2024
hkirsman
added a commit
that referenced
this issue
Feb 23, 2024
hkirsman
added a commit
that referenced
this issue
Feb 23, 2024
hkirsman
added a commit
that referenced
this issue
Feb 23, 2024
hkirsman
added a commit
that referenced
this issue
Feb 23, 2024
hkirsman
added a commit
that referenced
this issue
Feb 23, 2024
hkirsman
added a commit
that referenced
this issue
Feb 26, 2024
…-from-lando-to-ddev-aware #7 Add script to update grumphp.yml to add DDEV support.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have this in all of our projects:
grumphp:
git_hook_variables:
EXEC_GRUMPHP_COMMAND: lando php
If we start using DDEV, it would always run Lando on git commit.
For now I've created this. More info here wunderio/drupal-project#393
grumphp:
git_hook_variables:
EXEC_GRUMPHP_COMMAND: "[ -d .ddev/traefik/ ] && GRUMPHP_COMMAND='ddev php' || GRUMPHP_COMMAND='lando php' && $GRUMPHP_COMMAND"
I think the ideal solution would be that this package replaces the line in grumph.yml
The text was updated successfully, but these errors were encountered: