Skip to content

Commit

Permalink
LionsAd#29: Drush site-set
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 30, 2015
1 parent c7e2832 commit 83c9ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/drupal-7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function drupal_ti_install_drupal() {
drush --yes dl drupal-7 --drupal-project-rename=drupal
cd drupal
php -d sendmail_path=$(which true) ~/.composer/vendor/bin/drush.php --yes site-install testing --db-url="$DRUPAL_TI_DB_URL"
drush use $(pwd)#default
}

function drupal_ti_clear_caches() {
Expand Down
1 change: 1 addition & 0 deletions environments/drupal-8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function drupal_ti_install_drupal() {
git clone --depth 1 --branch 8.0.x http://git.drupal.org/project/drupal.git
cd drupal
php -d sendmail_path=$(which true) ~/.composer/vendor/bin/drush.php --yes -v site-install minimal --db-url="$DRUPAL_TI_DB_URL"
drush use $(pwd)#default
}

function drupal_ti_clear_caches() {
Expand Down

0 comments on commit 83c9ac7

Please sign in to comment.