Skip to content

Commit

Permalink
fixing the build (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
akurdyukov committed Mar 4, 2024
1 parent aa85646 commit 4913473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
echo "VERSION=${{ matrix.clickhouse-version }}" > tests/.env
if [[ "${{ matrix.clickhouse-version }}" > "21.7" ]]; then echo "ORG=clickhouse"; else echo "ORG=yandex" ; fi >> tests/.env
if [[ "21.9.3.30" = "`echo -e "21.9.3.30\n${{ matrix.clickhouse-version }}" | sort -V | head -n1`" ]]; then echo "TOP_LEVEL=clickhouse"; else echo "TOP_LEVEL=yandex" ; fi >> tests/.env
if [[ "21.10" = "`echo -e "21.10\n${{ matrix.clickhouse-version }}" | sort -V | head -n1`" ]]; then echo "TOP_LEVEL=clickhouse"; else echo "TOP_LEVEL=yandex" ; fi >> tests/.env
docker-compose -f tests/docker-compose.yml up -d
- name: Setup clickhouse-client proxy for docker
run: |
Expand Down

0 comments on commit 4913473

Please sign in to comment.