Aggiornare '.drone.yml'
authorscompo <scompo@gmail.com>
Mon, 13 Jan 2020 23:43:16 +0000 (23:43 +0000)
committerscompo <scompo@gmail.com>
Mon, 13 Jan 2020 23:43:16 +0000 (23:43 +0000)
.drone.yaml [deleted file]
.drone.yml [new file with mode: 0644]

diff --git a/.drone.yaml b/.drone.yaml
deleted file mode 100644 (file)
index 013527d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-pipeline:
-  build:
-    image: python
-    commands:
-      - python3 -m unittest -v
diff --git a/.drone.yml b/.drone.yml
new file mode 100644 (file)
index 0000000..013527d
--- /dev/null
@@ -0,0 +1,5 @@
+pipeline:
+  build:
+    image: python
+    commands:
+      - python3 -m unittest -v