From 6f1d2bf150a014624223d8238748301622738f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DUPIN?= Date: Wed, 8 Mar 2023 11:08:41 +0100 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 | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4b09fec..23637d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,20 +38,3 @@ steps: from_secret: SECRET_SONAR_LOGIN depends_on: [tests] - - name: docker-build-and-push - image: plugins/docker - settings: - dockerfile: Dockerfile - context: Web_Api - registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/theo.dupin/Entity_Framework_Theo - username: - from_secret: SECRET_REGISTRY_USERNAME - password: - from_secret: SECRET_REGISTRY_PASSWORD - depends_on: [code-analysis] - -volumes: - - name: docs - temp: {} -