Создал(а) '.drone.yml'

master
Alex 2 years ago
parent 613dad75d6
commit 23478945c4
  1. 10
      .drone.yml

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