Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants