Commit 5ee111d41a1b47ac14519c808ac78d4f07c95fd4

Authored by Antonio Terceiro
1 parent 91ce8bb6
Exists in master and in 1 other branch gitlab-8.x

Pass --verbose to bundle install

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Makefile
... ... @@ -2,7 +2,7 @@ WGET = wget
2 2 GITLAB_BRANCH = 7-5-stable
3 3  
4 4 all:
5   - bundle install --path vendor/bundle
  5 + bundle install --verbose --path vendor/bundle
6 6  
7 7 update:
8 8 $(WGET) -O Gemfile https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile
... ...