Skip to content

Conversation

@jhedstrom
Copy link
Member

@jhedstrom jhedstrom added the bug label Jan 26, 2018

grunt.config(['drush', 'install'], {
args: args.concat(['site-install', '-yv', profile, dbUrl]),
args: args.concat(['site-install', '-yv', profile]),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jhedstrom it seems like this means the --db-url flag would be serialized into the command before site-install, e.g., drush --db-url=mysql://... site-install -yv standard. Would that work?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grayside in testing drush seemed not to care (I had the same thought).

…-arg

* origin/master:
  For Drupal 8 packaging, loading composer.json from repo root. (#331)
  Update dependencies to enable Greenkeeper 🌴 (#322)
  Drop PHP 5.5 and Node 4, 5, and 7 (#345)
  Add conflict with behat >= v3.4 (#343)
  Add cli service to docker-compose.
  Add support for docker-based test execution.
  Add documentation on local testing & development.
  add missing semicolon
  fix githooks task to properly merge in configured tasks from Gruntconfig.json
@grayside grayside merged commit e207384 into master Feb 28, 2018
@grayside grayside added this to the 1.1.0 milestone Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants