From 7ab05d6ca7d58979a7eac68f778212143e7a6e5b Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 24 Jun 2025 11:02:46 +0200 Subject: [PATCH] C --- .woodpecker/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 49b508b..b2b7fb9 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -10,12 +10,12 @@ steps: commands: - echo $CI_COMMIT_TAG - isitatag: - image: ghcr.io/astral-sh/uv:python3.13-alpine - when: - evaluate: 'CI_COMMIT_TAG' - commands: - - echo "It's a tag!" + # isitatag: + # image: ghcr.io/astral-sh/uv:python3.13-alpine + # when: + # evaluate: 'CI_COMMIT_TAG' + # commands: + # - echo "It's a tag!" sync: image: ghcr.io/astral-sh/uv:python3.13-alpine