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