Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
5d73d8ad
Commit
5d73d8ad
authored
May 04, 2010
by
Neil Drumm
Committed by
Neil Drumm
May 04, 2010
Browse files
code style
parent
3a86e180
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/verify.provision.inc
View file @
5d73d8ad
...
...
@@ -10,12 +10,13 @@ function drush_provision_drupal_provision_verify_validate($url = null) {
drush_bootstrap
(
DRUSH_BOOTSTRAP_DRUPAL_SITE
);
provision_prepare_environment
();
_provision_drupal_create_settings_file
();
drush_errors_on
();
drush_bootstrap
(
DRUSH_BOOTSTRAP_DRUPAL_FULL
);
_provision_drupal_create_settings_file
();
drush_errors_on
();
drush_bootstrap
(
DRUSH_BOOTSTRAP_DRUPAL_FULL
);
}
// This will not have an effect if you are running it on a platform, just tests that if a site is provided it is an existing one
// This will not have an effect if you are running it on a platform, just
// tests that if a site is provided it is an existing one
_provision_drupal_valid_site
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment