test-drone/.drone.yml
Bruno BELANYI c510baaa36
All checks were successful
continuous-integration/drone/push Build is passing
ci: drone: test docker runner
2021-02-16 15:05:36 +01:00

10 lines
101 B
YAML

---
kind: pipeline
type: docker
name: exec docker test
steps:
- name: test
image: hello-world
...