From 93a77c2980f6c28db56a9ae1af45567341c36480 Mon Sep 17 00:00:00 2001 From: Arthur VALIN Date: Wed, 22 Mar 2023 09:54:47 +0100 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 | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 899e0d9..4051ee8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,13 +4,6 @@ name: default steps: - - name: test - image: node:latest - commands: - - cd src - - npm i - - npm test - - name: sonar-analyses image: hub.codefirst.iut.uca.fr/camille.petitalot/drone-sonarplugin-reactnative:latest commands: @@ -23,5 +16,4 @@ steps: settings: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: - from_secret: SONAR_TOKEN - depends_on: [ test ] \ No newline at end of file + from_secret: SONAR_TOKEN \ No newline at end of file