test-drone/.woodpecker.yml

17 lines
189 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:
- CI_WORKSPACE=$PWD plugin-git
2022-06-23 09:22:04 +02:00
test:
image: env