projects
/
money.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f9cdaf
)
drone new pipe
author
Mauro Scomparin
<scompo@gmail.com>
Mon, 13 Jan 2020 23:53:50 +0000
(
00:53
+0100)
committer
Mauro Scomparin
<scompo@gmail.com>
Mon, 13 Jan 2020 23:53:50 +0000
(
00:53
+0100)
.drone.yaml
patch
|
blob
|
blame
|
history
diff --git
a/.drone.yaml
b/.drone.yaml
index 013527dcdeecc6b0a29e8fc3ec875ada271cd3eb..3d0c748789a4dee1e82f234fd9f1e93f738746e8 100644
(file)
--- a/
.drone.yaml
+++ b/
.drone.yaml
@@
-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