From fcc4f2ba64d0e5f03d338b405823612757221752 Mon Sep 17 00:00:00 2001 From: Rohit Darekar Date: Sat, 10 Jan 2026 00:09:22 +0530 Subject: [PATCH] chore: test qodo code-review --- .woodpecker/.woodpecker.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.woodpecker/.woodpecker.yml b/.woodpecker/.woodpecker.yml index e3ef1236..23059f34 100644 --- a/.woodpecker/.woodpecker.yml +++ b/.woodpecker/.woodpecker.yml @@ -4,20 +4,7 @@ when: steps: - name: Test the file system - image: debian + image: bash commands: - - echo "This is the build step" - - echo "binary-data-123" > executable - - - name: build the docker image - image: debian - commands: - - echo "This is the doceer step" - - echo "binary-data-123" > executable - - - name: Push the docker image - image: debian - commands: - - echo "This is the push step" - - echo "Is this running" - - echo "binary-data-123" > executable + - pwd + - qodo code-review