Add GreptimeDB docs package and trim CI matrix
Some checks failed
Build Alpine Packages / build-and-publish (v3.23, 3.23) (push) Failing after 3m44s
Some checks failed
Build Alpine Packages / build-and-publish (v3.23, 3.23) (push) Failing after 3m44s
This commit is contained in:
@@ -56,6 +56,7 @@ docker run --rm --platform "${platform}" \
|
||||
apk add \
|
||||
"${PACKAGE_NAME}" \
|
||||
"${PACKAGE_NAME}-datanode-openrc" \
|
||||
"${PACKAGE_NAME}-docs" \
|
||||
"${PACKAGE_NAME}-flownode-openrc" \
|
||||
"${PACKAGE_NAME}-frontend-openrc" \
|
||||
"${PACKAGE_NAME}-metasrv-openrc" \
|
||||
@@ -64,5 +65,7 @@ docker run --rm --platform "${platform}" \
|
||||
test -x /usr/bin/greptime
|
||||
greptime --version
|
||||
ls -1 /etc/greptimedb
|
||||
test -f "/usr/share/doc/${PACKAGE_NAME}/config/config.md"
|
||||
test -f "/usr/share/doc/${PACKAGE_NAME}/config/standalone.example.toml"
|
||||
find /etc/init.d -maxdepth 1 -name "greptimedb.*" -print | sort
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user