Loading __init__.py +19 −19 Original line number Diff line number Diff line Loading @@ -27,6 +27,25 @@ def init(): execute(behat.init, host='root@{}'.format(env.container_ip)) @task def install(): """ Run the full installation process. """ execute(drush.make, 'install') execute(drush.site_install) execute(behat.init) @task def release(): """ Generate all artefacts related to a release process or a deployment process. """ execute(drush.archive_dump) execute(drush.gen_doc) @task def test(tags=''): """ Loading @@ -43,16 +62,6 @@ def test(tags=''): execute(behat.run, tags='{}'.format(tags)) @task def install(): """ Run the full installation process. """ execute(drush.make, 'install') execute(drush.site_install) execute(behat.init) @task def update(): """ Loading @@ -61,12 +70,3 @@ def update(): execute(drush.make, 'update') execute(drush.updatedb) execute(behat.init) @task def release(): """ Generate all artefacts related to a release process or a deployment process. """ execute(drush.archive_dump) execute(drush.gen_doc) Loading
__init__.py +19 −19 Original line number Diff line number Diff line Loading @@ -27,6 +27,25 @@ def init(): execute(behat.init, host='root@{}'.format(env.container_ip)) @task def install(): """ Run the full installation process. """ execute(drush.make, 'install') execute(drush.site_install) execute(behat.init) @task def release(): """ Generate all artefacts related to a release process or a deployment process. """ execute(drush.archive_dump) execute(drush.gen_doc) @task def test(tags=''): """ Loading @@ -43,16 +62,6 @@ def test(tags=''): execute(behat.run, tags='{}'.format(tags)) @task def install(): """ Run the full installation process. """ execute(drush.make, 'install') execute(drush.site_install) execute(behat.init) @task def update(): """ Loading @@ -61,12 +70,3 @@ def update(): execute(drush.make, 'update') execute(drush.updatedb) execute(behat.init) @task def release(): """ Generate all artefacts related to a release process or a deployment process. """ execute(drush.archive_dump) execute(drush.gen_doc)