Mise à jour de '.drone.yml'

production
Pascal LAFOURCADE 2 years ago
parent ccce795c73
commit c5c7e08183

@ -8,13 +8,12 @@ trigger:
- dev - dev
steps: steps:
- name: 'Unit Tests' - name: 'Unit Tests'
image: ubuntu:latest image: ubuntu:latest
commands: commands:
- apt update && apt install openjdk-11-jdk -y - apt update && apt install openjdk-11-jdk -y
- ./gradlew :test - ./gradlew :test
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings: