mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
7 lines
85 B
YAML
7 lines
85 B
YAML
steps:
|
|
test:
|
|
image: alpine
|
|
commands:
|
|
- echo "test"
|
|
|
|
skip_clone: true
|