mirror of
https://gitlab.com/datalifeit/trytond-stock_unit_load_location_combined
synced 2023-12-14 04:43:12 +01:00
"Remove py36-sqlite,py38-sqlite from CI [SKIP CI]."
This commit is contained in:
parent
2a47273b8f
commit
3f1de5298b
1 changed files with 0 additions and 40 deletions
40
.drone.yml
40
.drone.yml
|
@ -1,44 +1,4 @@
|
|||
kind: pipeline
|
||||
name: py37-sqlite
|
||||
|
||||
steps:
|
||||
- name: tox
|
||||
image: python:3.7
|
||||
pull: if-not-exists
|
||||
environment:
|
||||
CFLAGS: -O0
|
||||
DB_CACHE: /cache
|
||||
TOX_TESTENV_PASSENV: CFLAGS DB_CACHE
|
||||
commands:
|
||||
- pip install tox
|
||||
- tox -e "py37-sqlite"
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /root/.cache
|
||||
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
pull: if-not-exists
|
||||
settings:
|
||||
from: drone@datalifeit.es
|
||||
skip_verify: true
|
||||
host:
|
||||
from_secret: email_host
|
||||
port:
|
||||
from_secret: email_port
|
||||
when:
|
||||
status:
|
||||
- changed
|
||||
- failure
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
path: /var/lib/cache
|
||||
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: py38-sqlite
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue