Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
9d8f73e4
Commit
9d8f73e4
authored
Mar 31, 2016
by
Emmanuel Milou
Browse files
Fix test for migration
Refs #92043
parent
f48d5f58
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy.py
View file @
9d8f73e4
...
...
@@ -213,7 +213,7 @@ def migrate(environment, role='local'):
:param environment: The target environment. It must match a valid Drush alias.
"""
target
=
env
.
aliases
.
get
(
environment
)
if
is_aegir_deployment
(
target
)
and
env
.
migrate
is
T
rue
:
if
is_aegir_deployment
(
target
)
and
env
.
migrate
==
"t
rue
"
:
platform
=
_aegir_platform_name
(
target
,
environment
)
_aegir_migrate_sites
(
environment
,
platform
)
...
...
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