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

TravisCI installs failing #273

Closed
danepowell opened this issue Aug 9, 2016 · 4 comments
Closed

TravisCI installs failing #273

danepowell opened this issue Aug 9, 2016 · 4 comments
Labels
Bug Something isn't working

Comments

@danepowell
Copy link
Contributor

danepowell commented Aug 9, 2016

I just created a BLT project using the new composer method, and it worked pretty well until Travis tried to install the site.

setup:drupal:install calls setup:config-import, which fails with the error Could not find the alias @self.

I find this really odd, because immediately prior to this setup:drupal:install basically runs drush @self site-install with no problem.

@grasmash
Copy link
Contributor

grasmash commented Aug 9, 2016

This is because your drush.root is set to '' in project.local.yml, and drush does not know where it should run commands.

@danepowell
Copy link
Contributor Author

Yep I commented out drush.root in example.project.local.yml and it works now.

@grasmash
Copy link
Contributor

grasmash commented Aug 9, 2016

#276 should have addressed this issue.

@grasmash grasmash closed this as completed Aug 9, 2016
@danepowell
Copy link
Contributor Author

It did.

@grasmash grasmash added the Bug Something isn't working label Sep 1, 2016
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