update CI
continuous-integration/drone/push Build encountered an error Details

merged
Antoine PEREDERII 1 year ago
parent 0734320c4a
commit e09629c810

@ -1,8 +1,11 @@
kind: pipeline
type: docker
name: HeartWave
name: HeartTrack
trigger:
branch:
- master
- merged
event:
- push
@ -16,6 +19,7 @@ steps:
# Installe les dépendances PHP si nécessaire
- composer install --no-interaction
- ./vendor/bin/phpunit tests
depends_on: [ docker-build-and-push ]
# Sonar static code analisis deployment
# TODO : use an image that already have unzip
@ -48,6 +52,7 @@ steps:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
git_auth: true
- name: notify
image: ruby:2.1

Loading…
Cancel
Save