Создал(а) '.drone.yml'
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-21 16:23:10 +03:00
parent 0fa3430990
commit 287f19485c
+10
View File
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greating
image: alpine
commands:
- echo hello
- echo world