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
dc08a1bc
Commit
dc08a1bc
authored
Nov 08, 2016
by
Victor Nikulshin
Browse files
Import missing execute() from fabric api into deploy.py
parent
4df2c024
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy.py
View file @
dc08a1bc
...
...
@@ -21,7 +21,7 @@ from __future__ import unicode_literals
import
glob
import
os
from
fabric.api
import
task
,
env
,
local
,
run
from
fabric.api
import
task
,
env
,
local
,
run
,
execute
from
fabric.colors
import
green
from
fabric.utils
import
abort
...
...
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