Merge branch 'master' of http://code.scompo.it:3000/scompo/money
authorMauro Scomparin <scompo@gmail.com>
Mon, 13 Jan 2020 23:54:12 +0000 (00:54 +0100)
committerMauro Scomparin <scompo@gmail.com>
Mon, 13 Jan 2020 23:54:12 +0000 (00:54 +0100)
1  2 
.drone.yml

diff --cc .drone.yml
index 0000000000000000000000000000000000000000,013527dcdeecc6b0a29e8fc3ec875ada271cd3eb..3d0c748789a4dee1e82f234fd9f1e93f738746e8
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,5 +1,10 @@@
 -pipeline:
 -  build:
 -    image: python
 -    commands:
 -      - python3 -m unittest -v
++---
++kind: pipeline
++type: docker
++name: default
++
++steps:
++- name: greeting
++  image: python
++  commands:
++  - python3 -m unittest -v