Aggiornare 'scompo-ci.json'
authorscompo <scompo@gmail.com>
Thu, 31 Jan 2019 00:25:22 +0000 (00:25 +0000)
committerscompo <scompo@gmail.com>
Thu, 31 Jan 2019 00:25:22 +0000 (00:25 +0000)
.scompo-ci.json [deleted file]
scompo-ci.json [new file with mode: 0644]

diff --git a/.scompo-ci.json b/.scompo-ci.json
deleted file mode 100644 (file)
index fe610d8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-  "image": "scompo-ci-base",
-  "steps": [{
-      "name": "clone",
-      "commands": [
-        "git clone http://code.scompo.it:3000/scompo/money.git .",
-        "git checkout $COMMIT"
-      ]
-    },
-    {
-      "name": "install python",
-      "commands": [
-        "apt install -y python3",
-        "python3 --version"
-      ]
-    },
-    {
-      "name": "test",
-      "commands": [
-        "python3 -m unittest -v"
-      ]
-    }
-  ]
-}
diff --git a/scompo-ci.json b/scompo-ci.json
new file mode 100644 (file)
index 0000000..87e2a4c
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "image": "python:3",
+  "steps": [{
+      "name": "test",
+      "commands": [
+        "python3 -m unittest -v"
+      ]
+  }]
+}