C
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
phil 2025-06-24 11:02:46 +02:00
parent c85707cf77
commit 7ab05d6ca7

View file

@ -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