ci: drone: test docker runner
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Bruno BELANYI 2021-02-16 14:57:28 +01:00
parent d1c35eb952
commit 52b4d32b53

View file

@ -11,4 +11,12 @@ steps:
- name: test
commands:
- nix shell 'nixpkgs#hello' -c hello
---
kind: piepline
type: docker
name: exec-docker-test
steps:
- name: test
image: hello-world
...