From 3c1c537a1ae65da75e516f79821f6477ebee0148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REGNAULT?= Date: Tue, 28 Nov 2023 08:21:52 +0100 Subject: [PATCH 1/5] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a4fc85b..002ca6e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - cd ./LeftOvers/ - npm install - - npm run + - npm run android - name: code-analysis image: node:latest From 243b56ed07344012119b6d765b743e91e0035c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REGNAULT?= Date: Tue, 28 Nov 2023 08:54:46 +0100 Subject: [PATCH 2/5] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 002ca6e..b422864 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - cd ./LeftOvers/ - npm install - - npm run android + - npm run web - name: code-analysis image: node:latest From 62cc0f3a111c0d67f4188e6b2ee8544d11b4a912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REGNAULT?= Date: Tue, 28 Nov 2023 09:19:33 +0100 Subject: [PATCH 3/5] =?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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b422864..c44865f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,5 +28,4 @@ steps: - unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/ - export PATH=$SONAR_SCANNER_HOME/bin:$PATH - export SONAR_SCANNER_OPTS="-server" - - sonar-scanner -D sonar.projectKey=LeftOvers -D sonar.sources=. -D sonar.host.url=https://codefirst.iut.uca.fr/sonar - depends_on: [ app-build ] \ No newline at end of file + - sonar-scanner -D sonar.projectKey=LeftOvers -D sonar.sources=. -D sonar.host.url=https://codefirst.iut.uca.fr/sonar \ No newline at end of file From 7a7703b1727b6290e1962bd364005bad4c7c3047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REGNAULT?= Date: Tue, 28 Nov 2023 09:20:09 +0100 Subject: [PATCH 4/5] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c44865f..cc83ec8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - cd ./LeftOvers/ - npm install - - npm run web + - npm run - name: code-analysis image: node:latest From e1223f380675044ac648271319a6c3b9a5fb8dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REGNAULT?= Date: Tue, 28 Nov 2023 09:32:55 +0100 Subject: [PATCH 5/5] add .java exclusions --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cc83ec8..7f1dcbe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,4 +28,4 @@ steps: - unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/ - export PATH=$SONAR_SCANNER_HOME/bin:$PATH - export SONAR_SCANNER_OPTS="-server" - - sonar-scanner -D sonar.projectKey=LeftOvers -D sonar.sources=. -D sonar.host.url=https://codefirst.iut.uca.fr/sonar \ No newline at end of file + - sonar-scanner -D sonar.projectKey=LeftOvers -D sonar.sources=. -D sonar.host.url=https://codefirst.iut.uca.fr/sonar -D sonar.exclusions=**/*.java \ No newline at end of file