Skip to content

Commit

Permalink
fix: deleted unnecessary code (#222)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Apr 8, 2024
1 parent 1839d04 commit c533ba5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
make PYTHON=python3 all
make vald/sha/update
make vald/client/python/version/update
make vald/delete
echo "commit and push"
sha=`make vald/sha/print`
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ $(VALD_DIR):
## clone vald repository
vald/clone: $(VALD_DIR)

.PHONY: vald/delete
## delete local vald repository
vald/delete:
rm -rf $(VALD_DIR)

.PHONY: vald/checkout
## checkout vald repository
vald/checkout: $(VALD_DIR)
Expand Down

0 comments on commit c533ba5

Please sign in to comment.