From 1526e5cd094355e2e74b54549e97ee1384f77bf7 Mon Sep 17 00:00:00 2001 From: Jesse Geens Date: Thu, 26 Sep 2024 20:55:37 +0200 Subject: [PATCH] Removed unnecessary git clone --- .github/workflows/build-and-publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index afa19c4..c4f9db3 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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://git@github.com/cs3org/go-cs3apis - cd go-cs3apis + cd build/go-cs3apis git config user.email "cs3org-bot@hugo.labkode.com" git config user.name "cs3org-bot" go install github.com/vektra/mockery/v2@v2.40.0 # Later versions are incompatible with Go 1.21