update globs again for CI [CI SKIP]
Some checks failed
ci/woodpecker/tag/tests Pipeline failed
ci/woodpecker/tag/publish_release unknown status
ci/woodpecker/tag/publish_docker_amd64 unknown status
ci/woodpecker/tag/publish_pre_release unknown status
ci/woodpecker/tag/publish_docker_arm64 unknown status
ci/woodpecker/tag/publish_docker_manifest unknown status

This commit is contained in:
Ivan Schaller 2023-02-12 05:07:24 +01:00
parent a0ce7d60ae
commit c6b755f571
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205
2 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@ clone:
image: woodpeckerci/plugin-git:v1.6.0
when:
event: tag
tag: "*-dev"
tag: "*(-dev)"
pipeline:
@ -24,7 +24,7 @@ pipeline:
pull: true
when:
event: tag
tag: "*-dev"
tag: "*(-dev)"
commands:
- python3 -m hatch build --clean
@ -34,7 +34,7 @@ pipeline:
pull: true
when:
event: tag
tag: "*-dev"
tag: "*(-dev)"
commands:
- bash get_release_notes.sh ${CI_COMMIT_TAG%%-dev}
@ -44,7 +44,7 @@ pipeline:
pull: true
when:
event: tag
tag: "*-dev"
tag: "*(-dev)"
settings:
api_key:
from_secret: github-olofvndrhr-token
@ -59,7 +59,7 @@ pipeline:
pull: true
when:
event: tag
tag: "*-dev"
tag: "*(-dev)"
settings:
api_key:
from_secret: gitea-olofvndrhr-token
@ -75,7 +75,7 @@ pipeline:
# pull: true
# when:
# event: tag
# tag: "*-dev"
# tag: "*(-dev)"
# secrets:
# - source: pypi_username
# target: HATCH_INDEX_USER

View file

@ -14,7 +14,7 @@ clone:
image: woodpeckerci/plugin-git:v1.6.0
when:
event: tag
branch: master
tag: "*!(-dev)"
pipeline: