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

Final setup:config-import:config-split not being run on blt local:setup #1303

Closed
arknoll opened this issue Apr 4, 2017 · 0 comments
Closed
Labels
Bug Something isn't working

Comments

@arknoll
Copy link
Contributor

arknoll commented Apr 4, 2017

My system information:

  • Operating system type: OSX
  • Operating system version: Sierra
  • BLT version: 8.7.0-beta3

When I run this command:

blt local:setup

I get the following output:
After the drupal:install task runs and in the setup:config-import:config-split task the config is not imported. This is because

<available file="${cm.core.dirs.sync.path}/core.extension.yml"/>

is not true. This is because the current working directory is:

[echo] Resolved [absolute] path: /Users/alex.knoll/sites/canary/vendor/acquia/blt/phing

and ${cm.core.dirs.sync.path} resolves to '../config/default'.

I expected this to happen:

<available file="${cm.core.dirs.sync.path}/core.extension.yml"/>

to resolve to true and config to be imported.

@grasmash grasmash added the Bug Something isn't working label Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants