We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The drush sync tasks use sourceEnvironment.name to populate the source environment command from the UI.
if this environment contains a period (.) then it is not transposed into the hyphenated (-) version required by drush aliases.
We would need to safetyify this input in the UI if possible. Not sure whether this has always been the case?
e.g.
[drupal-example-simple]9.x-test6-2@cli-drupal:/app$ drush la @lagoon.drupal-example-simple-9-x-test6-1 (production) @lagoon.drupal-example-simple-9-x-test6-2
The text was updated successfully, but these errors were encountered:
Also an issue with slashes (/) in branch name like feature/1111-new-feature or bug/2222-thing-broken
/
feature/1111-new-feature
bug/2222-thing-broken
Sorry, something went wrong.
This is also affecting us, for the record.
No branches or pull requests
The drush sync tasks use sourceEnvironment.name to populate the source environment command from the UI.
if this environment contains a period (.) then it is not transposed into the hyphenated (-) version required by drush aliases.
We would need to safetyify this input in the UI if possible. Not sure whether this has always been the case?
e.g.
The text was updated successfully, but these errors were encountered: