Skip to content

Commit 572ed2d

Browse files
author
Liopold D. Novelli
committed
chore: LDP-2635: Remove installation of docker compose.
1 parent b807a13 commit 572ed2d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test-drupal-setup.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
key: ${{ runner.os }}-composer-v1-${{ hashFiles('./composer.json') }}
2828
restore-keys: |
2929
${{ runner.os }}-composer-v1
30-
- name: Install docker compose.
31-
run: |
32-
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
33-
mkdir -p $DOCKER_CONFIG/cli-plugins
34-
curl -SL https://github.com/docker/compose/releases/download/v2.30.1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
35-
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
36-
docker compose version
3730
- name: Install composer dependencies.
3831
run: |
3932
composer config platform-check false

0 commit comments

Comments
 (0)