Compare commits

...

1 Commits

Author SHA1 Message Date
9a621e932d add test DRONE file
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-10 17:00:16 +04:00

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world