Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
3f49502236
commit
9f5214ecda
|
|
@ -1,3 +1,7 @@
|
||||||
|
when:
|
||||||
|
- path:
|
||||||
|
exclude: ['*.md']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: git.balsys.eu.org/tomas/mkosi
|
image: git.balsys.eu.org/tomas/mkosi
|
||||||
|
|
@ -9,7 +13,7 @@ steps:
|
||||||
- mkosi build
|
- mkosi build
|
||||||
- mv *.SHA256SUMS SHA256SUMS
|
- mv *.SHA256SUMS SHA256SUMS
|
||||||
- mv *.SHA256SUMS.gpg SHA256SUMS.gpg
|
- mv *.SHA256SUMS.gpg SHA256SUMS.gpg
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue