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
39c5903c
Commit
39c5903c
authored
Mar 17, 2016
by
Ernesto Rodriguez Ortiz
Browse files
Reorder the task delete_root and drush_make in the local_setup
parent
2ebab098
Changes
1
Hide whitespace changes
Inline
Side-by-side
fabfile.py
View file @
39c5903c
...
@@ -823,13 +823,13 @@ def local_setup():
...
@@ -823,13 +823,13 @@ def local_setup():
Complete local installation process, used generally when building the docker image for install and configure Drupal.
Complete local installation process, used generally when building the docker image for install and configure Drupal.
The same that run: $ fab dr gcp cp_keys dmk icreate crun dkuh csy dbs si dcf cs es ss dc cb
The same that run: $ fab dr gcp cp_keys dmk icreate crun dkuh csy dbs si dcf cs es ss dc cb
"""
"""
execute
(
delete_root
)
execute
(
git_clone_profile
)
execute
(
git_clone_profile
)
execute
(
copy_ssh_keys
)
execute
(
copy_ssh_keys
)
execute
(
drush_make
)
execute
(
docker_create_image
)
execute
(
docker_create_image
)
execute
(
docker_run_container
)
execute
(
docker_run_container
)
execute
(
docker_update_host
)
execute
(
docker_update_host
)
execute
(
delete_root
)
execute
(
drush_make
)
execute
(
create_symlinks
)
execute
(
create_symlinks
)
execute
(
data_base_setup
)
execute
(
data_base_setup
)
execute
(
site_install
)
execute
(
site_install
)
...
...
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