Skip to content

Commit

Permalink
fix: delete code
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 b71e57f commit 2deb3f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Setup K3d environment
uses: ./.github/actions/setup-k3d
env:
DOCKER_HOST: tcp://0.0.0.0:2375
# env:
# DOCKER_HOST: tcp://0.0.0.0:2375
- name: Chec
run: |
kubectl get pods -A
env:
DOCKER_HOST: tcp://0.0.0.0:2375
# env:
# DOCKER_HOST: tcp://0.0.0.0:2375

0 comments on commit 2deb3f3

Please sign in to comment.