fixup! ci: woodpecker: test exec runner
This commit is contained in:
parent
afdc812d7d
commit
3e2041edd8
|
@ -3,7 +3,8 @@ labels:
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
git:
|
git:
|
||||||
image: true
|
image: bash
|
||||||
|
commands: CI_WORKSPACE=/tmp/toto plugin-git
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
manual_clone:
|
manual_clone:
|
||||||
|
@ -20,4 +21,5 @@ pipeline:
|
||||||
test:
|
test:
|
||||||
image: bash
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
|
- export
|
||||||
- nix run pkgs#hello
|
- nix run pkgs#hello
|
||||||
|
|
Loading…
Reference in a new issue