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
15215b0d
Commit
15215b0d
authored
Nov 08, 2016
by
Victor Nikulshin
Browse files
Merge branch 'feature/deploy-import-lcd' into '2.x'
Import missing lcd() from fabric api into deploy.py See merge request
!27
parents
17991494
db860fc5
Pipeline
#1359
passed with stages
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deploy.py
View file @
15215b0d
...
@@ -21,7 +21,7 @@ from __future__ import unicode_literals
...
@@ -21,7 +21,7 @@ from __future__ import unicode_literals
import
glob
import
glob
import
os
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.colors
import
green
from
fabric.utils
import
abort
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