diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 97ec5c2..34f4ef3 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,9 +1,7 @@ steps: - name: build - image: debian + image: transactcharlie/docker-nuitka commands: - - echo "This is the build step" - - name: a-test-step - image: debian - commands: - - echo "Testing.." \ No newline at end of file + - echo nuitka3 src/main.py -o baloon + - ls -lh + \ No newline at end of file