fixed file name
parent
29737719a2
commit
50372446c7
|
@ -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]"
|
Loading…
Reference in New Issue