Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
provision
Commits
5d73d8ad
Commit
5d73d8ad
authored
May 04, 2010
by
drumm
Committed by
Neil Drumm
May 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code style
parent
3a86e180
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
platform/verify.provision.inc
platform/verify.provision.inc
+5
-4
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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