Mise à jour de '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

master
Louis DUFOUR 1 year ago
parent 81c18b99a4
commit 1a6b5b4b54

@ -18,8 +18,18 @@ steps:
commands:
- vendor/bin/phpunit --filter "/(testCallWebService)( .*)?$/" ./common/Tests/WS_UtilTest.php
- vendor/bin/phpunit --filter "/(testAllKeysToUppercase)( .*)?$/" ./common/Tests/WS_UtilTest.php
depends_on:
- Setup
depends_on: [Setup]
- name: sonar
image: sonarsouce/sonar-scanner-cli:5
commands:
-Dsonar.projectKey=CICD_WebPage_Louis_Duf \
-Dsonar.sources=. \
-Dsonar.host.url=https://codefirst.iut.uca.fr/sona
settings:
sonar_token:
from_secret: SECRET_SONAR_LOGIN
depends_on: [Setup]
- name: hadolint
image: hadolint/hadolint:latest-alpine

Loading…
Cancel
Save