diff --git a/dendrite/Makefile b/dendrite/Makefile index 11928bb..9f66aab 100644 --- a/dendrite/Makefile +++ b/dendrite/Makefile @@ -18,4 +18,4 @@ push: git-clone --tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) . git-clone: - git clone -b v${VERSION} --depth 1 https://github.com/matrix-org/dendrite.git + git clone -b v${VERSION} https://github.com/matrix-org/dendrite.git