This commit is contained in:
parent
b6b61bfb9a
commit
d1cb40f679
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: hello
|
||||
image: docker.io/busybox:latest
|
||||
commands:
|
||||
- echo "Hello world"
|
Loading…
Reference in New Issue
Block a user