Skip to content

Commit

Permalink
drush version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 8, 2024
1 parent 49ef292 commit bd91893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devtools/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ fi
# Database file path.
db_file="/tmp/site_${extension}.sqlite"

drush --version

info "Installing Drupal into SQLite database ${db_file}."
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
pass "Drupal installed."
Expand Down

0 comments on commit bd91893

Please sign in to comment.