mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 18:31:00 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
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"
|