From 64dcdf8f4258427c72ab054422e30249a9d5d246 Mon Sep 17 00:00:00 2001 From: Yorick GEOFFRE Date: Sat, 17 Sep 2022 00:13:09 +0000 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, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4b62ac4..eab7c0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,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 @@ -23,7 +23,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 @@ -31,7 +31,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