From: scompo Date: Thu, 31 Jan 2019 00:25:22 +0000 (+0000) Subject: Aggiornare 'scompo-ci.json' X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=87b3b6ecd1c64febca406393d8aee7dfd9c11ee4;p=money.git Aggiornare 'scompo-ci.json' --- diff --git a/.scompo-ci.json b/.scompo-ci.json deleted file mode 100644 index fe610d8..0000000 --- a/.scompo-ci.json +++ /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 index 0000000..87e2a4c --- /dev/null +++ b/scompo-ci.json @@ -0,0 +1,9 @@ +{ + "image": "python:3", + "steps": [{ + "name": "test", + "commands": [ + "python3 -m unittest -v" + ] + }] +}