test drone
This commit is contained in:
parent
86437cbb9d
commit
da087002ba
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
|
@ -3,8 +3,8 @@ type: docker
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo Hello
|
||||
- echo World
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue