Merge pull request '🛠️ Correction d'une petite incohérence du doc deployer' (#66) from CI/CD into dev
continuous-integration/drone/push Build is failing Details

Reviewed-on: #66
Reviewed-by: Remi NEVEU <remi.neveu@etu.uca.fr>
pull/67/head
Remi NEVEU 11 months ago
commit 0bd0190045

@ -61,11 +61,11 @@ steps:
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest
failure: ignore failure: ignore
commands: commands:
- /entrypoint.sh -l documentation/doxygen -t doxygen - /entrypoint.sh -l doxygen -t doxygen
when: when:
branch: branch:
- master - master
- dev - dev
event: event:
- push - push
depends_on: [ build-Models, tests ] depends_on: [ tests ]

Loading…
Cancel
Save