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:
authorJacob Vosmaer <jacob@gitlab.com>2017-08-10 17:46:29 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-08-10 17:46:29 +0300
commit99780064ca67b067d69f8f159593a4aef9b310b9 (patch)
tree173e7d38cbbad73ec99bdd5c9df76db81102b267
parent485fed7e49d0db77c3483aa53b3225a6e5208d66 (diff)
echo bundle pathdebug-bundle-path
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 056e2bad6..9b4387313 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ build: .ruby-bundle $(TARGET_SETUP)
cp $(foreach cmd,$(COMMANDS),$(BIN_BUILD_DIR)/$(cmd)) $(BUILD_DIR)/
.ruby-bundle: ruby/Gemfile.lock
+ echo ${BUNDLE_PATH}
cd ruby && bundle install
touch $@