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
steps:
- name: test
image: hugotty/php8-fpm
commands:
- vendor/bin/simple-phpunit
- name: test
image: hugotty/php8-fpm
commands:
- vendor/bin/simple-phpunit
- name: install
image: hugotty/workspace
commands:
- composer install
- name: install
image: hugotty/workspace
commands:
- composer install
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
sonar_host:
from_secret: host
sonar_token:

Loading…
Cancel
Save