LionsAd / drupal_ti

Drupal - Travis Integration
82 stars 37 forks source link

Making a variable for the install profile that is used. #58

Closed stevector closed 8 years ago

stevector commented 9 years ago

While working on https://github.com/stevector/template_mapper/pull/5 I found I needed to change the install profile being used. I know that drupal_ti has a mechanism to override functions like drupal_ti_install_drupal() however I could not get my overrides picked up. I'll work on solving that problem separately.

Instead, I forked drupal_ti and made a variable of the install profile. This PR is not ready to be merged yet because this variable needs a default value. I'm not sure of the best way to set that. Also if the variable is used here, it might belong in the drupal-7.sh file as well.

LionsAd commented 8 years ago

https://github.com/LionsAd/drupal_ti/pull/62 was a duplicate of this, so closed.

LionsAd commented 8 years ago

Or otherwise said:

This works now and is fixed via #62.

stevector commented 8 years ago

Thanks @LionsAd!