Next
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
Mrdabup 2024-11-02 16:29:03 -04:00
parent 79cdb5a099
commit 7c04f0304f

View file

@ -1,9 +1,9 @@
when: when:
- event: push - event: push
branch: dev branch: Next
steps: steps:
- name: build - name: android build
image: instrumentisto/flutter image: instrumentisto/flutter
commands: commands:
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git - git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git
@ -16,7 +16,7 @@ steps:
- echo "Building..." - echo "Building..."
- flutter build apk - flutter build apk
- echo "Build Completed!" - echo "Build Completed!"
- name: Deploy - name: windows build
image: debian image: debian
commands: commands:
- echo "Build Sucessful!" - echo "Build Sucessful!"