mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-21 22:58:32 +00:00
5ff006614f
Co-authored-by: 6543 <m.huber@kithara.com> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
7 lines
85 B
YAML
7 lines
85 B
YAML
steps:
|
|
test:
|
|
image: alpine
|
|
commands:
|
|
- echo "test"
|
|
|
|
skip_clone: true
|