OpenContacts/.woodpecker/workflow.yaml
Mrdabup 32d06ed3d7
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
Test 2
2024-10-14 18:39:00 -04:00

14 lines
No EOL
290 B
YAML

when:
- event: push
branch: dev
steps:
- name: build
image: instrumentisto/flutter
commands:
- cd OpenContacts
- echo "Starting to build..."
- flutter build --debug
when:
status: failure
- echo "Build failed! Consult with maintainer."