Update '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

pull/40/head
Matheo HERSAN 2 years ago
parent 9ae21faa35
commit 626795d632

@ -42,7 +42,7 @@ steps:
from_secret: SECRET_SONAR_LOGIN from_secret: SECRET_SONAR_LOGIN
depends_on: [tests] depends_on: [tests]
- name: generate-and-deploy-docs - name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
failure: ignore failure: ignore
commands: commands:
@ -53,3 +53,7 @@ steps:
event: event:
- push - push
depends_on: [ build, tests ] depends_on: [ build, tests ]
volumes:
- name: docs
temp: {}

Loading…
Cancel
Save