test-drone/.woodpecker.yml

20 lines
228 B
YAML
Raw Normal View History

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