2023-03-25 23:04:34 +01:00
|
|
|
labels:
|
|
|
|
type: exec
|
|
|
|
|
2023-03-25 23:35:58 +01:00
|
|
|
clone:
|
|
|
|
git:
|
2023-03-25 23:44:52 +01:00
|
|
|
image: bash
|
|
|
|
commands: "true"
|
2023-03-25 23:35:58 +01:00
|
|
|
|
2022-06-23 09:22:04 +02:00
|
|
|
pipeline:
|
2023-03-25 23:35:58 +01:00
|
|
|
manual_clone:
|
|
|
|
image: bash
|
|
|
|
commands:
|
2023-03-25 23:44:52 +01:00
|
|
|
- plugin-git
|
2023-03-25 23:35:58 +01:00
|
|
|
|
2022-06-23 09:22:04 +02:00
|
|
|
test:
|
2023-03-25 23:04:34 +01:00
|
|
|
image: bash
|
|
|
|
commands:
|
2023-03-25 23:44:52 +01:00
|
|
|
- export
|
2023-03-25 23:04:34 +01:00
|
|
|
- nix run pkgs#hello
|