diff --git a/.drone.yml b/.drone.yml index 86baf36a..b99af159 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: - export SONAR_SCANNER_OPTS="-server" - cd Sources - sonar-scanner -D sonar.projectKey=HeartTrack -D sonar.host.url=https://codefirst.iut.uca.fr/sonar - depends_on: [ test ] + #depends_on: [ test ] # build image and push on the registry ✔️ - name: rewrite-urls image: 'busybox:latest'