ci: drone: test exec runner
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c510baaa36
commit
7ab265ff6c
|
@ -6,4 +6,12 @@ name: exec docker test
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: hello-world
|
image: hello-world
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: exec runner test
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
commands:
|
||||||
|
- nix shell 'nixpkgs#hello' -c hello
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue