Skip to content

Commit

Permalink
Revert "fix: debug job for build and test and publish preapre"
Browse files Browse the repository at this point in the history
This reverts commit 2ad6e14.
  • Loading branch information
hlts2 committed May 10, 2024
1 parent 2ad6e14 commit 3ec3bbe
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,3 @@ jobs:
- uses: vdaas/vald-client-ci/.github/actions/e2e@main
with:
client_type: node
build-debug:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
make ci/deps/install
- name: Build proto
run: |
export GOPATH=$HOME/go
export PATH=$HOME/grpc-java:$PATH
make proto
- name: Update SHA and client version
run: |
make vald/sha/update
make vald/client/version/update
- name: Update dependencies
run: |
make ci/deps/update
- name: Prepare for publish
run: |
make ci/package/prepare
- uses: vdaas/vald-client-ci/.github/actions/e2e@main
with:
client_type: node

0 comments on commit 3ec3bbe

Please sign in to comment.