mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-13 12:41:21 +00:00
f56f9cb1c0
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
14 lines
258 B
YAML
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"
|