Will this work?
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
Mrdabup 2024-10-24 21:16:20 -04:00
parent 944eaa086d
commit 385114350a

View file

@ -4,13 +4,14 @@
steps:
- name: build
image: fischerscode/flutter-sudo
image: instrumentisto/flutter
commands:
- sudo git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
- echo "Entering folder"
- cd OpenContacts
- echo "Getting Dependencies"
- flutter pub
- flutter precache
- flutter doctor
- echo "Building..."
- flutter build apk