Skip to content

Commit

Permalink
add missing endgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed May 2, 2024
1 parent 236bcf3 commit 14b777d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/upgrade-clickhouse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ if [[ -n "$(docker volume ls -q --filter name=sentry-clickhouse)" ]]; then
done

version=$($dc exec clickhouse clickhouse-client -q 'SELECT version()')
echo "$version"
if [[ "$version" == "22.8.15.25.altinitystable" || "$version" == "21.8.12.29.altinitydev.arm" ]]; then
$dc down clickhouse
$dcb --build-arg BASE_IMAGE=altinity/clickhouse-server:22.8.15.25.altinitystable clickhouse
Expand All @@ -23,3 +22,4 @@ if [[ -n "$(docker volume ls -q --filter name=sentry-clickhouse)" ]]; then
fi
$dc down clickhouse
fi
echo "${_endgroup}"

0 comments on commit 14b777d

Please sign in to comment.