ci: drone: test exec runner
This commit is contained in:
parent
0ad03f5f80
commit
5909c4caa2
1 changed files with 5 additions and 0 deletions
|
|
@ -6,4 +6,9 @@ name: exec-docker-test
|
|||
steps:
|
||||
- name: test
|
||||
image: hello-world
|
||||
---
|
||||
steps:
|
||||
- name: test
|
||||
commands:
|
||||
- nix shell 'nixpkgs#hello' -c hello
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue