From 7eb10f1afccf4b2ded69f1b65bd65aaf1444800f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloan=20ANDR=C3=89?= Date: Tue, 28 Mar 2023 08:44:27 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 50b9d12..e6e8bfe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - name: build - image: python:3.9-slim-buster + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-python37 volumes: - name: docs path: /docs @@ -21,6 +21,8 @@ steps: - python -m pytest - python setup.py sdist bdist_wheel + + # docker image build - name: docker-build-and-push