Update woodpecker-ci to specific packages to build
Some checks failed
ci/woodpecker/push/build Pipeline failed
Some checks failed
ci/woodpecker/push/build Pipeline failed
This commit is contained in:
parent
c72a1c7910
commit
cae4e11877
|
@ -14,10 +14,16 @@ steps:
|
||||||
--package-arch amd64
|
--package-arch amd64
|
||||||
--apt-base https://dufs.leafee98.com/apt/"
|
--apt-base https://dufs.leafee98.com/apt/"
|
||||||
- ./script/build_all.sh
|
- ./script/build_all.sh
|
||||||
--package packages/dufs-bin
|
|
||||||
--makedeb-path makedeb/makedeb
|
--makedeb-path makedeb/makedeb
|
||||||
--package-exists-hook "$hook_str"
|
--package-exists-hook "$hook_str"
|
||||||
--upload-to-webdav "https://dufs.leafee98.com/apt/income"
|
--upload-to-webdav "https://dufs.leafee98.com/apt/income"
|
||||||
--webdav-user "$WEBDAV_USER"
|
--webdav-user "$WEBDAV_USER"
|
||||||
--webdav-pass "$WEBDAV_PASS"
|
--webdav-pass "$WEBDAV_PASS"
|
||||||
|
--package packages/apt-repo-updater
|
||||||
|
--package packages/dufs-bin
|
||||||
|
--package packages/filebrowser-bin
|
||||||
|
--package packages/forgejo-bin
|
||||||
|
--package packages/neovim-bin
|
||||||
|
--package packages/plik-bin
|
||||||
|
--package packages/static-deployer-git
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue