ci: drone: test exec runner
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-02-16 14:54:59 +01:00
parent c510baaa36
commit 7ab265ff6c

View file

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