From 32d06ed3d78d8212be0429c8303d8c734326fb94 Mon Sep 17 00:00:00 2001 From: Mrdabup Date: Mon, 14 Oct 2024 18:39:00 -0400 Subject: [PATCH] Test 2 --- .woodpecker/workflow.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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