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
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue