12 lines
183 B
YAML
12 lines
183 B
YAML
kind: pipeline
|
|
name: test-debug
|
|
|
|
steps:
|
|
verification:
|
|
image: alpine
|
|
commands:
|
|
- echo "Le pipeline Woodpecker fonctionne !"
|
|
- date
|
|
- env | grep WOODPECKER
|
|
|