Drone tester

This commit is contained in:
Balazs Toldi 2020-12-01 14:43:38 +01:00
parent b274b6a961
commit 7ab809d939
Signed by: Bazsalanszky
GPG key ID: 89199E441116203D

View file

@ -3,7 +3,20 @@ type: docker
name: default
steps:
- name: gnu-linux
image: maven
commands:
- mvn clean package
- name: en
image: alpine
commands:
- echo hello
- echo world
- name: fr
image: alpine
commands:
- echo bounjour
- echo monde
when:
ref:
include:
- refs/heads/feature-*
exclude:
- refs/heads/**