Skip to content

Commit

Permalink
Merge pull request #11294 from camptocamp/docker-compose-27
Browse files Browse the repository at this point in the history
Fix Docker Compose version 2
  • Loading branch information
sbrunner authored Aug 9, 2024
2 parents d05f53f + 55197f5 commit 8a76bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-app
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cp -r CONST_create_template/${folder} ${folder}
c2cciutils-checks
cp "${PROJECT_DIR}/ci/project-config.yaml" ci/config.yaml
c2cciutils-checks
CI=true ./build
CI=true ./build --docker-compose-version-2
docker compose down --volumes
docker compose up -d
docker compose exec -T geoportal bash -c 'PGHOST=externaldb PGDATABASE=test wait-db;'
Expand Down

0 comments on commit 8a76bd3

Please sign in to comment.