Merge branch 'master' of https://codefirst.iut.uca.fr/git/yorick.geoffre/project-
continuous-integration/drone/push Build encountered an error Details

opengl
Onyx ab3q 3 years ago
commit b56c6a5e20

@ -11,7 +11,7 @@ trigger:
steps:
- name: build
image: pubhub.codefirst.ddns.net/thbellem/codefirst-drone-cppcheck:latest
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-drone-cppcheck:latest
volumes:
- name: work
path: /work
@ -26,7 +26,7 @@ steps:
- name: work
path: /work
settings:
sonar_host: https://codefirst.ddns.net/sonar/
sonar_host: hub.codefirst.iut.uca.fr/sonar/
sonar_token: 96864ed9ef8d6343007881fc9ef30eb70eaf846d
java_binaries: target/classes
level: DEBUG
@ -34,7 +34,7 @@ steps:
depends_on: [ build ]
- name: generate-and-deploy-docs
image: pubhub.codefirst.ddns.net/thbellem/codefirst-docdeployer
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
volumes:
- name: docs
path: /docs

Loading…
Cancel
Save