From: Mauro Scomparin Date: Mon, 13 Jan 2020 23:54:12 +0000 (+0100) Subject: Merge branch 'master' of http://code.scompo.it:3000/scompo/money X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=3613fc81853acbf6193eaf75eac1c8e33b357cc8;p=money.git Merge branch 'master' of code.scompo.it:3000/scompo/money --- 3613fc81853acbf6193eaf75eac1c8e33b357cc8 diff --cc .drone.yml index 0000000,013527d..3d0c748 mode 000000,100644..100644 --- a/.drone.yml +++ b/.drone.yml @@@ -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