File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 55echo ' upgrading clickhouse-server clickhouse-client...'
66sudo apt-get install --only-upgrade clickhouse-server clickhouse-client
77
8- sudo chown ubuntu:ubuntu clickhouse/VERSION
9- sudo chown ubuntu:ubuntu clickhouse/REVISION
8+ if [[ $TEST_RUN != " true" ]]; then
9+ sudo chown ubuntu:ubuntu clickhouse/VERSION
10+ sudo chown ubuntu:ubuntu clickhouse/REVISION
11+ fi
1012
1113
1214# modify clickhouse settings so data is stored on the mount.
Original file line number Diff line number Diff line change @@ -5,5 +5,7 @@ source ./clickhouse/ch.sh # clickhouse helper scripts
55
66ch_installed && clickhouse-client --version-clean > clickhouse/VERSION && echo " " > clickhouse/REVISION
77
8- sudo chown ubuntu:ubuntu clickhouse/VERSION
9- sudo chown ubuntu:ubuntu clickhouse/REVISION
8+ if [[ $TEST_RUN != " true" ]]; then
9+ sudo chown ubuntu:ubuntu clickhouse/VERSION
10+ sudo chown ubuntu:ubuntu clickhouse/REVISION
11+ fi
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e
33
4- virtualenv dask/py-dask --python=python3.12
4+ virtualenv dask/py-dask --python=python3
55source dask/py-dask/bin/activate
66
77# install binaries
You can’t perform that action at this time.
0 commit comments