mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +01:00
ci: review
Fix sources and dependencies for wordlist-ordered task Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
344028f73e
commit
a124cb2d7a
@ -35,6 +35,8 @@ tasks:
|
|||||||
cmds:
|
cmds:
|
||||||
- LANG=C LC_ALL=C sort .wordlist.txt > .wordlist.txt.new
|
- LANG=C LC_ALL=C sort .wordlist.txt > .wordlist.txt.new
|
||||||
- mv -f .wordlist.txt.new .wordlist.txt
|
- mv -f .wordlist.txt.new .wordlist.txt
|
||||||
|
sources:
|
||||||
|
- .wordlist.txt
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
desc: Run spellcheck
|
desc: Run spellcheck
|
||||||
@ -67,6 +69,7 @@ tasks:
|
|||||||
deps:
|
deps:
|
||||||
- manifest-main
|
- manifest-main
|
||||||
- apidoc
|
- apidoc
|
||||||
|
- wordlist-ordered
|
||||||
env:
|
env:
|
||||||
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
|
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
|
||||||
DAGGER_UNCOMMITTED_SHA: ba865842d907910c469d016c3ecfa009e4c66915
|
DAGGER_UNCOMMITTED_SHA: ba865842d907910c469d016c3ecfa009e4c66915
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user