Skip to content

Commit

Permalink
fix: Remove unused e2e-tests container from docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Aug 10, 2023
1 parent 46bbafc commit c96fba9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
14 changes: 0 additions & 14 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,3 @@ services:
build:
args:
- WORKERS_BASE_IMAGE=${WORKERS_BASE_IMAGE}

e2e-tests:
environment:
- PROJECT_NAME=${PROJECT_NAME}
- ENV_STAGE=${ENV_STAGE}
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}
- AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
- AWS_SECURITY_TOKEN=${AWS_SECURITY_TOKEN}
- AWS_SESSION_EXPIRATION=${AWS_SESSION_EXPIRATION}
build:
args:
- E2E_TESTS_BASE_IMAGE=${E2E_TESTS_BASE_IMAGE}
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ services:
links:
- db

e2e-tests:
build:
context: .
dockerfile: ./packages/e2e-tests/Dockerfile

stripemock:
image: stripemock/stripe-mock:v0.103.0
ports:
Expand Down

0 comments on commit c96fba9

Please sign in to comment.