woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-clone.yml
Anbraten 5ff006614f
Enhance linter and errors (#1572)
Co-authored-by: 6543 <m.huber@kithara.com>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2023-11-03 11:44:03 +01:00

14 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"