ci: drone: test exec runner

This commit is contained in:
Bruno BELANYI 2021-02-16 14:54:59 +01:00
parent 0ad03f5f80
commit 5909c4caa2

View file

@ -6,4 +6,9 @@ name: exec-docker-test
steps:
- name: test
image: hello-world
---
steps:
- name: test
commands:
- nix shell 'nixpkgs#hello' -c hello
...