Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang committed Nov 8, 2023
1 parent 3c85e96 commit d620009
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on:
- self-hosted
- nebula
container:
image: reg.vesoft-inc.com/ci/ubuntu:20.04-docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# container:
# image: reg.vesoft-inc.com/ci/ubuntu:20.04-docker
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
steps:
- uses: webiny/[email protected]
with:
Expand All @@ -49,8 +49,6 @@ jobs:
run: |
export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
export E2E_DOCKER_CONFIG_JSON_SECRET=`cat ~/.docker/config.json| base64 -w 0`
go help
go version
make e2e E2EARGS="-labels category=tools -v=5"
env:
E2E_OPERATOR_IMAGE: reg.vesoft-inc.com/cloud-dev/nebula-operator:snap-1.25
Expand Down

0 comments on commit d620009

Please sign in to comment.