Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

clean_web
Antoine PEREDERII 1 year ago
parent a5cced8301
commit fb150e7785

@ -36,7 +36,7 @@ steps:
- export SONAR_SCANNER_OPTS="-server" - export SONAR_SCANNER_OPTS="-server"
- cd Sources - cd Sources
- sonar-scanner -D sonar.projectKey=HeartTrack -D sonar.host.url=https://codefirst.iut.uca.fr/sonar - 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 ✔️ # build image and push on the registry ✔️
- name: rewrite-urls - name: rewrite-urls
image: 'busybox:latest' image: 'busybox:latest'

Loading…
Cancel
Save