Working on woodpecker, hopefully it works
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
Mrdabup 2024-10-24 21:10:15 -04:00
parent c9debf9299
commit 23a2a6b8c8

View file

@ -10,10 +10,10 @@ steps:
- echo "Entering folder"
- cd OpenContacts
- echo "Getting Dependencies"
- flutter pub
- flutter doctor
- sudo flutter pub
- sudo flutter doctor
- echo "Building..."
- flutter build apk
- sudo flutter build apk
- echo "Build Completed!"
- name: Deploy
image: debian