mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-01 22:31:15 +00:00
f56f9cb1c0
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
7 lines
85 B
YAML
7 lines
85 B
YAML
steps:
|
|
test:
|
|
image: alpine
|
|
commands:
|
|
- echo "test"
|
|
|
|
skip_clone: true
|