ci: drone: test exec runner
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2021-02-16 14:54:59 +01:00
parent c510baaa36
commit 7ab265ff6c
1 changed files with 8 additions and 0 deletions

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
...