drone new pipe
authorMauro Scomparin <scompo@gmail.com>
Mon, 13 Jan 2020 23:53:50 +0000 (00:53 +0100)
committerMauro Scomparin <scompo@gmail.com>
Mon, 13 Jan 2020 23:53:50 +0000 (00:53 +0100)
.drone.yaml

index 013527dcdeecc6b0a29e8fc3ec875ada271cd3eb..3d0c748789a4dee1e82f234fd9f1e93f738746e8 100644 (file)
@@ -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