Skip to content
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

Chain calling another chain doesn't cascade more than one argument #223

Open
marcelovani opened this issue Aug 23, 2017 · 0 comments
Open

Comments

@marcelovani
Copy link
Member

I have a test chain drupal test:main https://github.com/dennisinteractive/drupal_console_commands/blob/extend_properly/chain/chain-test-main.yml
It basically calls another chain test:child with the arguments provided.
Because test:main has two options, it fails to cascade

  - command: test:child
    options:
      project: %{{main-project}}
      directory: '/tmp2'

if you remove the second option (directory: '/tmp2') it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant