Skip to content

Commit

Permalink
Migrate to docker v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Aug 5, 2024
1 parent 82229c3 commit 60fc3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "VERSION=${{ matrix.clickhouse-version }}" > tests/.env
if [[ "21.7" = "`echo -e "21.7\n${{ matrix.clickhouse-version }}" | sort -V | head -n1`" ]]; then echo "ORG=clickhouse"; else echo "ORG=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
docker compose -f tests/docker-compose.yml up -d
- name: Setup clickhouse-client proxy for docker
run: |
# Faking clickhouse-client real communication with container via docker exec.
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
echo "VERSION=$VERSION" > tests/.env
if [[ "21.7" = "`echo -e "21.7\n$VERSION" | sort -V | head -n1`" ]]; then echo "ORG=clickhouse"; else echo "ORG=yandex" ; fi >> tests/.env
if [[ "21.10" = "`echo -e "21.10\n$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
docker compose -f tests/docker-compose.yml up -d
env:
VERSION: 20.3.7.46
- name: Setup clickhouse-client proxy for docker
Expand Down

0 comments on commit 60fc3a5

Please sign in to comment.