mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
CI: don't install xmllint anymore
It's in binaries.tar.gz now.
This commit is contained in:
parent
a7cd9d94f7
commit
76240b8f2e
1 changed files with 1 additions and 2 deletions
|
@ -1,14 +1,13 @@
|
||||||
---
|
---
|
||||||
# we rsync binaries.tar.gz from the same server we deploy to.
|
# we rsync binaries.tar.gz from the same server we deploy to.
|
||||||
# it contains these static-pie binaries:
|
# it contains these static-pie binaries:
|
||||||
# hugo, brotli, ect (like gzip/zopfli), sd, and xmlfmt.
|
# hugo, brotli, ect (like gzip/zopfli), sd, htmlq (like jq for html), and xmllint.
|
||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- curl # for webring update script
|
- curl # for webring update script
|
||||||
- rsync
|
- rsync
|
||||||
- git # for Hugo's gitInfo
|
- git # for Hugo's gitInfo
|
||||||
- bmake
|
- bmake
|
||||||
- libxml2-utils # for xmllint
|
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~seirdy/seirdy.one
|
- https://git.sr.ht/~seirdy/seirdy.one
|
||||||
secrets:
|
secrets:
|
||||||
|
|
Loading…
Reference in a new issue