20 lines
228 B
YAML
20 lines
228 B
YAML
labels:
|
|
type: exec
|
|
|
|
clone:
|
|
git:
|
|
image: bash
|
|
commands: "true"
|
|
|
|
pipeline:
|
|
manual_clone:
|
|
image: bash
|
|
commands:
|
|
- plugin-git
|
|
|
|
test:
|
|
image: bash
|
|
commands:
|
|
- export
|
|
- nix run pkgs#hello
|