Compare commits
1 Commits
Feature/Of
...
main
Author | SHA1 | Date | |
---|---|---|---|
9a621e932d |
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
Loading…
Reference in New Issue
Block a user