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

This commit is contained in:
2023-03-25 19:39:29 +02:00
parent 86f55cc821
commit 1e5c2bba8c
+11
View File
@@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: greating
image: alpine
commands:
- echo hello
- echo world
- echo ,Oleg