woodpecker/pipeline/schema/.woodpecker/test-clone.yml
2023-06-07 12:04:37 +02: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"