fixed file name

pull/1/head
gapodo 2022-10-31 18:18:06 +01:00
parent 29737719a2
commit 50372446c7
1 changed files with 6 additions and 11 deletions

View File

@ -1,8 +1,3 @@
clone:
git:
image: plugins/git
pipeline:
sonar-tests:
image: git.kle.li/woodpecker/plugin-sonar:manual
@ -28,9 +23,9 @@ pipeline:
from_secret: gitea_token
when:
branch: [main, test, dev, release/*]
# path:
# exclude: ["*.md", "docs/**"]
# ignore_message: "[FORCE CI]"
path:
exclude: ["*.md", "docs/**"]
ignore_message: "[FORCE CI]"
publish-docker-tag-image:
image: woodpeckerci/plugin-docker-buildx
@ -46,6 +41,6 @@ pipeline:
from_secret: gitea_token
when:
tag: v*
# path:
# exclude: ["*.md", "docs/**"]
# ignore_message: "[FORCE CI]"
path:
exclude: ["*.md", "docs/**"]
ignore_message: "[FORCE CI]"