diff --git a/.drone.yml b/.drone.yml index 82ae06b..560e3bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,3 @@ -clone: - hg: - image: plugins/hg - pipeline: tox: image: ${IMAGE} @@ -14,10 +10,10 @@ pipeline: - pip install tox - tox -e "${TOXENV}-${DATABASE}" volumes: - - cache:/root/.cache + - /var/lib/cache:/root/.cache notify: image: drillster/drone-email - from: drone@datalife.com.es + from: drone@datalifeit.es skip_verify: true secrets: [ email_host, email_port ] when: diff --git a/README.md b/README.md index 1450a5a..6b3c0be 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ datalife_timesheet_cost_sync_wizard The timesheet_cost_sync_wizard module of the Tryton application platform. -[![Build Status](http://drone.datalife.com.es:8050/api/badges/datalife_sco/trytond-timesheet_cost_sync_wizard/status.svg)](http://drone.datalife.com.es:8050/datalife_sco/trytond-timesheet_cost_sync_wizard) +[![Build Status](http://drone.datalifeit.es:8050/api/badges/datalifeit/trytond-timesheet_cost_sync_wizard/status.svg)](http://drone.datalifeit.es:8050/datalifeit/trytond-timesheet_cost_sync_wizard) Installing ---------- diff --git a/setup.py b/setup.py index b413d39..2a80198 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ major_version, minor_version, _ = version.split('.', 2) major_version = int(major_version) minor_version = int(minor_version) name = 'datalife_timesheet_cost_sync_wizard' -download_url = 'https://bitbucket.org/datalife_sco/trytond-timesheet_cost_sync_wizard' +download_url = 'https://gitlab.com/datalifeit/trytond-timesheet_cost_sync_wizard' requires = [] for dep in info.get('depends', []): @@ -68,8 +68,8 @@ setup(name=name, description='Tryton timesheet cost sync wizard Module', long_description=read('README.md'), author='Datalife', - author_email='info@datalife.com.es', - url='https://bitbucket.org/datalife_sco/', + author_email='info@datalifeit.es', + url='https://gitlab.com/datalifeit/', download_url=download_url, keywords='', package_dir={'trytond.modules.timesheet_cost_sync_wizard': '.'},