'.drone.yml' módosítása
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7ab809d939
commit
09066e09de
1 changed files with 4 additions and 17 deletions
21
.drone.yml
21
.drone.yml
|
@ -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
|
Reference in a new issue