Skip to content

Commit

Permalink
💚 Upgrade to newer compose binary syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Nov 12, 2024
1 parent 18a584a commit 1313412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo echo "ALEPH_SECRET_KEY=batman\n" >> aleph.env
echo "${GITHUB_REF}"
docker --version
docker-compose --version
docker compose --version
- name: Build e2e image
run: make build-e2e
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
COMPOSE=docker-compose -f docker-compose.dev.yml
COMPOSE_E2E=docker-compose -f docker-compose.dev.yml -f docker-compose.e2e.yml
COMPOSE=docker compose -f docker-compose.dev.yml
COMPOSE_E2E=docker compose -f docker-compose.dev.yml -f docker-compose.e2e.yml
APPDOCKER=$(COMPOSE) run --rm app
UIDOCKER=$(COMPOSE) run --no-deps --rm ui
ALEPH_TAG=latest
Expand Down

0 comments on commit 1313412

Please sign in to comment.