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

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

View file

@ -15,7 +15,7 @@ clone:
image: woodpeckerci/plugin-git:v1.6.0
when:
event: tag
tag: "*!(-dev)"
tag: "*[!-dev]"
pipeline:
@ -25,7 +25,7 @@ pipeline:
pull: true
when:
event: tag
tag: "*!(-dev)"
tag: "*[!-dev]"
settings:
spec: docker/manifest.tmpl
auto_tag: true

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
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}
@ -44,7 +44,7 @@ pipeline:
pull: true
when:
event: tag
tag: "*!(-dev)"
tag: "*[!-dev]"
settings:
api_key:
from_secret: github-olofvndrhr-token
@ -58,7 +58,7 @@ pipeline:
pull: true
when:
event: tag
tag: "*!(-dev)"
tag: "*[!-dev]"
settings:
api_key:
from_secret: gitea-olofvndrhr-token
@ -73,7 +73,7 @@ pipeline:
pull: true
when:
event: tag
tag: "*!(-dev)"
tag: "*[!-dev]"
secrets:
- source: pypi_username
target: HATCH_INDEX_USER