Skip to content

Commit

Permalink
chore: LDP-2635: Remove installation of docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liopold D. Novelli committed Nov 7, 2024
1 parent b807a13 commit 572ed2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-drupal-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
key: ${{ runner.os }}-composer-v1-${{ hashFiles('./composer.json') }}
restore-keys: |
${{ runner.os }}-composer-v1
- name: Install docker compose.
run: |
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
mkdir -p $DOCKER_CONFIG/cli-plugins
curl -SL https://github.com/docker/compose/releases/download/v2.30.1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
docker compose version
- name: Install composer dependencies.
run: |
composer config platform-check false
Expand Down

0 comments on commit 572ed2d

Please sign in to comment.