Skip to content

Commit

Permalink
Removed unnecessary git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Geens committed Sep 26, 2024
1 parent f8a372b commit 1526e5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
run: cs3apis-build -git-ssh -push-go -push-js -push-node -push-python
- name: run-mockery
run: |
git clone git+ssh://[email protected]/cs3org/go-cs3apis
cd go-cs3apis
cd build/go-cs3apis
git config user.email "[email protected]"
git config user.name "cs3org-bot"
go install github.com/vektra/mockery/[email protected] # Later versions are incompatible with Go 1.21
Expand Down

0 comments on commit 1526e5c

Please sign in to comment.