projects
/
money.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0a081f7
6e0324f
)
Merge branch 'master' of http://code.scompo.it:3000/scompo/money
author
Mauro Scomparin
<scompo@gmail.com>
Mon, 13 Jan 2020 23:54:12 +0000
(
00:54
+0100)
committer
Mauro Scomparin
<scompo@gmail.com>
Mon, 13 Jan 2020 23:54:12 +0000
(
00:54
+0100)
1
2
.drone.yml
patch
|
|
diff2
|
blob
|
history
diff --cc
.drone.yml
index 0000000000000000000000000000000000000000,013527dcdeecc6b0a29e8fc3ec875ada271cd3eb..3d0c748789a4dee1e82f234fd9f1e93f738746e8
mode 000000,100644..100644
--- /dev/null
---
2
/
.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