steps: - name: test image: alpine commands: - echo "Hello from Woodpecker CI\!" - echo "Build triggered at: $(date)" - echo "Success\!"