pipeline edit
continuous-integration/drone/push Build is failing Details

main
Ginger U 2 years ago
parent 2dcad4f62a
commit 2132eeacf4

@ -4,19 +4,19 @@ type: docker
name: default name: default
steps: steps:
- name: test - name: test
image: hugotty/php8-fpm image: hugotty/php8-fpm
commands: commands:
- vendor/bin/simple-phpunit - vendor/bin/simple-phpunit
- name: install - name: install
image: hugotty/workspace image: hugotty/workspace
commands: commands:
- composer install - composer install
- name: code-analysis - name: code-analysis
image: aosapps/drone-sonar-plugin image: aosapps/drone-sonar-plugin
settings: settings:
sonar_host: sonar_host:
from_secret: host from_secret: host
sonar_token: sonar_token:

Loading…
Cancel
Save