From b70d0c81e9fea648c75cb3f42522cbc60a8e63a9 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 30 Mar 2023 23:25:09 +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 132a475..05f84ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,9 @@ steps: - name: docker-build-and-push image: plugins/docker commands: - - ./Sources/API/Quarkus mvnw package + - cd ./Sources/API/Quarkus + - ls + - mvnw package settings: dockerfile: ./Sources/API/Quarkus/src/main/docker/Dockerfile.jvm context: ./Sources/API/Quarkus/src/main/docker/