9 lines
168 B
YAML
9 lines
168 B
YAML
steps:
|
|
- name: test
|
|
image: alpine
|
|
commands:
|
|
- echo 'Hello from Woodpecker CI!'
|
|
- echo 'Repository - infrastructure'
|
|
- date
|
|
- uname -a
|