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 134c601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ subpackages:
description: "docker compat for clickhouse"
pipeline:
- runs: |
mv ${{targets.destdir}}/entrypoint.sh ${{targets.subpkgdir}}/entrypoint.sh
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 134c601

Please sign in to comment.