fix: remove DOCKER_HOST from E2E job, now uses host docker socket
This commit is contained in:
parent
10cc12154e
commit
8e3632f05f
1 changed files with 0 additions and 2 deletions
|
|
@ -75,8 +75,6 @@ jobs:
|
|||
git checkout FETCH_HEAD
|
||||
|
||||
- name: Run E2E test stack
|
||||
env:
|
||||
DOCKER_HOST: tcp://dind:2375
|
||||
run: |
|
||||
docker compose \
|
||||
-f docker-compose.ci.yml \
|
||||
|
|
|
|||
Loading…
Reference in a new issue