woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-clone.yaml
qwerty287 f56f9cb1c0
Cleanups + prefer .yaml (#3069)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2024-01-11 18:43:54 +01:00

15 lines
258 B
YAML

clone:
git:
image: plugins/git:next
depth: 50
path: bitbucket.org/foo/bar
recursive: true
submodule_override:
my-module: https://github.com/octocat/my-module.git
steps:
test:
image: alpine
commands:
- echo "test"