.drone.yml
continuous-integration/drone/push Build is passing Details

main
Elhatar 2 years ago
parent 86f55cc821
commit 1e5c2bba8c

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: greating
image: alpine
commands:
- echo hello
- echo world
- echo ,Oleg
Loading…
Cancel
Save