File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Test
33on :
44 push :
55 branches :
6- - " main "
6+ - " altinity "
77 pull_request :
88 branches :
99 - " *"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Automatic Versioning
33on :
44 push :
55 branches :
6- - main
6+ - altinity
77 workflow_call :
88 workflow_dispatch :
99
3434 id : calculate-version
3535 uses : bitshifted/git-auto-semver@v1
3636 with :
37- main_branch : main
37+ main_branch : altinity
3838 create_tag : true
3939 tag_prefix : " v"
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ RUN echo "clickhouse-client clickhouse-server/root_password password root" | deb
2727
2828# Install ClickHouse
2929RUN DEBIAN_FRONTEND=noninteractive apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6BD2B48D754 && \
30- echo "deb https://packages.clickhouse.com/deb stable main" >> /etc/apt/sources.list && \
30+ echo "deb https://packages.clickhouse.com/deb lts main" >> /etc/apt/sources.list && \
3131 apt-get update -qq && \
32- apt-get install -y clickhouse-server=23.5.3.24 clickhouse-client=23.5.3.24 clickhouse-common-static=23.5.3.24 && \
32+ apt-get install -y clickhouse-server=24.8.14.39 clickhouse-client=24.8.14.39 clickhouse-common-static=24.8.14.39 && \
3333 apt-get clean && \
3434 rm -rf /var/lib/apt/lists/*
3535
You can’t perform that action at this time.
0 commit comments