From: scompo Date: Mon, 13 Jan 2020 23:43:16 +0000 (+0000) Subject: Aggiornare '.drone.yml' X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=6e0324f6dcf8e540d159e4b475cda7897c08958d;p=money.git Aggiornare '.drone.yml' --- diff --git a/.drone.yaml b/.drone.yaml deleted file mode 100644 index 013527d..0000000 --- a/.drone.yaml +++ /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 index 0000000..013527d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,5 @@ +pipeline: + build: + image: python + commands: + - python3 -m unittest -v