Explorar el Código

Add drone pipeline

master
commit
032df418f2
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      .drone.yml

+ 9
- 0
.drone.yml Ver fichero

@@ -0,0 +1,9 @@
kind: pipeline
name: hello-world
type: docker

steps:
- name: say-hello
image: busybox
commands:
- echo hello-world

Cargando…
Cancelar
Guardar