removed when branch as it's not supporting arrays as documented

pull/1/head
gapodo 2022-10-31 19:17:51 +01:00
parent 50372446c7
commit 02cc71ddd1
1 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,8 @@ pipeline:
sonar_quality_enabled: true sonar_quality_enabled: true
branchanalysis: auto branchanalysis: auto
publish-docker-image: publish-docker-branch-image:
group: build
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
repo: git.kle.li/${CI_REPO} repo: git.kle.li/${CI_REPO}
@ -22,12 +23,12 @@ pipeline:
password: password:
from_secret: gitea_token from_secret: gitea_token
when: when:
branch: [main, test, dev, release/*]
path: path:
exclude: ["*.md", "docs/**"] exclude: ["*.md", "docs/**"]
ignore_message: "[FORCE CI]" ignore_message: "[FORCE CI]"
publish-docker-tag-image: publish-docker-tag-image:
group: build
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
repo: git.kle.li/${CI_REPO} repo: git.kle.li/${CI_REPO}
@ -40,7 +41,7 @@ pipeline:
password: password:
from_secret: gitea_token from_secret: gitea_token
when: when:
tag: v* event: tag
path: path:
exclude: ["*.md", "docs/**"] exclude: ["*.md", "docs/**"]
ignore_message: "[FORCE CI]" ignore_message: "[FORCE CI]"