Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jul 30, 2024
1 parent f260169 commit a6148e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,12 @@ jobs:
image: docker:23.0.1-dind
options: --privileged
ports:
- 6443:6443
- 2375:2375
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
container:
image: ghcr.io/vdaas/vald/vald-ci-container:nightly
options: --privileged
ports:
- 6443:6443
- 2375:2375
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
steps:
- uses: actions/checkout@v4
- name: Set Git config
Expand Down

0 comments on commit a6148e4

Please sign in to comment.