diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index 31fb675..195ae1c 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -6,11 +6,9 @@ steps: - name: build image: instrumentisto/flutter commands: + - cd OpenContacts - echo "Starting to build..." - - git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git - - cd ./OpenContacts - - name: a-test-step - image: golang:1.16 - commands: - - echo "Testing ..." - - ./executable \ No newline at end of file + - flutter build --debug + when: + status: failure + - echo "Build failed! Consult with maintainer." \ No newline at end of file