Skip to content

Commit bd91893

Browse files
committed
drush version
1 parent 49ef292 commit bd91893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devtools/provision.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ fi
5353
# Database file path.
5454
db_file="/tmp/site_${extension}.sqlite"
5555

56+
drush --version
57+
5658
info "Installing Drupal into SQLite database ${db_file}."
5759
drush site-install "${DRUPAL_PROFILE}" -y --db-url="sqlite://${db_file}" --account-name=admin install_configure_form.enable_update_status_module=NULL install_configure_form.enable_update_status_emails=NULL
5860
pass "Drupal installed."

0 commit comments

Comments
 (0)