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