Skip to content

Commit

Permalink
add compat package for clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk committed Feb 20, 2024
1 parent b7d4626 commit 08c9b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clickhouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ subpackages:
description: "docker compat for clickhouse"
pipeline:
- runs: |
mv ${{targets.destdir}}/entrypoint.sh ${{targets.subpkgdir}}/entrypoint.sh
cd build
install -Dm755 ../docker/server/entrypoint.sh ${{targets.subpkgdir}}/entrypoint.sh
mkdir -p ${{targets.subpkgdir}}/etc/clickhouse-server/config.d/
mv ${{targets.destdir}}/etc/clickhouse-server/config.d/docker_related_config.xml ${{targets.subpkgdir}}/etc/clickhouse-server/config.d/docker_related_config.xml
Expand Down

0 comments on commit 08c9b7a

Please sign in to comment.