From c0262fd84a730c3f6efc9691fbd72cd059a7f9cb Mon Sep 17 00:00:00 2001 From: Iurii <9779955557@mail.ru> Date: Sun, 14 Apr 2024 15:55:41 +0300 Subject: [PATCH] + --- .woodpecker.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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