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
db860fc5
Commit
db860fc5
authored
Nov 08, 2016
by
Victor Nikulshin
Browse files
Import missing lcd() from fabric api into deploy.py
parent
17991494
Pipeline
#1358
passed with stages
in 2 minutes and 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
deploy.py
View file @
db860fc5
...
...
@@ -21,7 +21,7 @@ from __future__ import unicode_literals
import
glob
import
os
from
fabric.api
import
task
,
env
,
local
,
run
,
execute
from
fabric.api
import
task
,
env
,
local
,
run
,
execute
,
lcd
from
fabric.colors
import
green
from
fabric.utils
import
abort
...
...
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