From c5888d1f33263520ff7d6169108f0d6cffcac069 Mon Sep 17 00:00:00 2001 From: Mrdabup Date: Sat, 19 Oct 2024 16:23:39 -0400 Subject: [PATCH] Test --- .woodpecker/workflow.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index 088760e..4f22a58 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -6,10 +6,11 @@ steps: - name: build image: instrumentisto/flutter commands: + - git clone https://git.mrdab.vore.media/ThatOneJackalGuy/OpenContacts.git + - echo "Entering folder" - cd OpenContacts - - echo "Starting to build..." - - flutter build --debug + - flutter build - name: Deploy image: debian commands: - - echo "Hello World" \ No newline at end of file + - echo "Build Sucessfull!" \ No newline at end of file