Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang committed Nov 9, 2023
1 parent 3acce0b commit 6186b0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- uses: azure/setup-helm@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/login-action@v2
with:
registry: ${{ secrets.HARBOR_REGISTRY }}
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
- run: |
git config --global --add safe.directory $(pwd)
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
# - name: build operator image
# run: |
# export DOCKER_REPO=reg.vesoft-inc.com/ci
Expand Down

0 comments on commit 6186b0d

Please sign in to comment.