Test 2
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
Mrdabup 2024-10-14 18:39:00 -04:00
parent 731ff7c915
commit 32d06ed3d7

View file

@ -6,11 +6,9 @@ steps:
- name: build - name: build
image: instrumentisto/flutter image: instrumentisto/flutter
commands: commands:
- cd OpenContacts
- echo "Starting to build..." - echo "Starting to build..."
- git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git - flutter build --debug
- cd ./OpenContacts when:
- name: a-test-step status: failure
image: golang:1.16 - echo "Build failed! Consult with maintainer."
commands:
- echo "Testing ..."
- ./executable