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
ede63cbf
Commit
ede63cbf
authored
Nov 05, 2015
by
Emmanuel Milou
Browse files
Use github version for po-utils
Refs #82812
parent
387ae623
Changes
1
Hide whitespace changes
Inline
Side-by-side
fabfile.py
View file @
ede63cbf
...
...
@@ -524,7 +524,7 @@ def drush_config(role='local'):
fab_run
(
role
,
'ln -s {}/deploy/aliases.drushrc.php .'
.
format
(
WORKSPACE
))
# Download other drush commands
if
not
fab_exists
(
role
,
'{}/po-import'
.
format
(
DRUSH_ALIASES
)):
fab_run
(
role
,
'git clone git@gitlab.savoirfairelinux.com:drupal/
po-import
.git'
)
fab_run
(
role
,
'git clone git@gitlab.savoirfairelinux.com:drupal/
drupalizer
.git'
)
print
green
(
'Drush configuration done.'
)
...
...
Write
Preview
Supports
Markdown
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