+
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Iurii 2024-04-14 15:55:41 +03:00
parent 391fa66490
commit c0262fd84a
1 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,7 @@
steps: steps:
- name: build - name: build
image: debian image: transactcharlie/docker-nuitka
commands: commands:
- echo "This is the build step" - echo nuitka3 src/main.py -o baloon
- name: a-test-step - ls -lh
image: debian
commands:
- echo "Testing.."