From 7adba760c166a00f91d1e539dcad1b45c1e10b10 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 20 Jun 2025 19:24:43 +0200 Subject: [PATCH] t7 --- .gitignore | 1 + .woodpecker/build.yaml | 12 ++---------- 2 files changed, 3 insertions(+), 10 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11041c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.egg-info diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index e413496..765e644 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -4,15 +4,7 @@ when: steps: - name: build - image: alpine + image: ghcr.io/astral-sh/uv:alpine commands: - - echo "This is the build step" - - echo "echo Foo" > executable - - chmod a+x executable - - name: a-test-step - image: alpine - commands: - - echo "Testing ..." - - ./executable - - echo "Yes!" + - uv build