'.drone.yml' módosítása
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Toldi Balázs Ádám 2020-12-01 14:50:18 +01:00
parent 7ab809d939
commit 09066e09de

View file

@ -3,20 +3,7 @@ type: docker
name: default
steps:
- 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/**
- name: gnu-linux
image: maven
commands:
- mvn clean package