mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-14 14:01:26 +00:00
15 lines
261 B
YAML
15 lines
261 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
|
||
|
|
||
|
pipeline:
|
||
|
test:
|
||
|
image: alpine
|
||
|
commands:
|
||
|
- echo "test"
|