From 7d17b3d9ee33bb494d8a3e8dd48a07708115bd5f Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Wed, 22 Feb 2023 11:59:51 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 994f4f0..feaf642 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,4 +44,8 @@ steps: # accessible en ligne de commande par $${PLUGIN_SONAR_TOKEN} sonar_token: from_secret: SECRET_SONAR_LOGIN - depends_on: [tests] \ No newline at end of file + depends_on: [tests] + +volumes: +- name: docs + temp: {} \ No newline at end of file