Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik nayak <knayak@gitlab.com>2023-05-22 17:36:23 +0300
committerkarthik nayak <knayak@gitlab.com>2023-05-22 17:36:23 +0300
commit97e15eac3c240a1eaf1ce30e64ab41cee1436266 (patch)
treed86c94fcefeb0acda9b7adda5cdfca44ee86e68a /Makefile
parentb8cef8c136014db19ff7bec6ff821dd02b245535 (diff)
parent95a8d523d478073efe6ae6815d08826a84527c8d (diff)
Merge branch 'toon-fix-gem-publish' into 'master'
ci: Fix automatic publishing of tags See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5820 Merged-by: karthik nayak <knayak@gitlab.com> Approved-by: karthik nayak <knayak@gitlab.com> Co-authored-by: Toon Claes <toon@gitlab.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a75f6cd6e..f1ccd38b1 100644
--- a/Makefile
+++ b/Makefile
@@ -491,6 +491,7 @@ lint-proto: ${PROTOC} ${PROTOLINT} ${PROTOC_GEN_GITALY_LINT}
.PHONY: build-proto-gem
## Build the Ruby Gem that contains Gitaly's Protobuf definitons.
build-proto-gem:
+ ${Q}rm -rf "${BUILD_DIR}/gitaly.gem" && mkdir -p ${BUILD_DIR}
${Q}cd "${SOURCE_DIR}"/tools/protogem && bundle install
${Q}"${SOURCE_DIR}"/tools/protogem/build-proto-gem -o "${BUILD_DIR}/gitaly.gem" ${BUILD_GEM_OPTIONS}