fixed file name
parent
29737719a2
commit
50372446c7
|
@ -1,8 +1,3 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: plugins/git
|
|
||||||
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
sonar-tests:
|
sonar-tests:
|
||||||
image: git.kle.li/woodpecker/plugin-sonar:manual
|
image: git.kle.li/woodpecker/plugin-sonar:manual
|
||||||
|
@ -28,9 +23,9 @@ pipeline:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
when:
|
when:
|
||||||
branch: [main, test, dev, release/*]
|
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:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -46,6 +41,6 @@ pipeline:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
when:
|
when:
|
||||||
tag: v*
|
tag: v*
|
||||||
# path:
|
path:
|
||||||
# exclude: ["*.md", "docs/**"]
|
exclude: ["*.md", "docs/**"]
|
||||||
# ignore_message: "[FORCE CI]"
|
ignore_message: "[FORCE CI]"
|
Loading…
Reference in New Issue