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